2009-10-29 |
Jim Grosbach | When the function is doing dynamic stack realignment... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Johnny Chen | Sorry to break the build. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Johnny Chen | Minor tweak to forgo the the curly braces for most... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Chris Lattner | teach various passes about blockaddress. We no longer |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Dale Johannesen | When there is a 2-instruction spill sequence, record |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Bill Wendling | Don't put in these EH changes. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Douglas Gregor | A switch-on-string-literal construct that is a nice... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Chris Lattner | teach ValueMapper about BlockAddress', making bugpoint... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Chris Lattner | unindent massive blocks, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Bill Wendling | Reverting r85338 for now. It's causing a bootstrap... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Dan Gohman | Add indirectbr and blockaddress to the vim syntax highl... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Dan Gohman | Add a hasAddressTaken for BasicBlock. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | add IRBuilder support for IndirectBr |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Bob Wilson | Reimplement BranchFolding change to avoid tail merging... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Dale Johannesen | When we generate spill code, then decide we don't need |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Eric Christopher | Make sure we return the right sized type here. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Bob Wilson | Revert r85346 change to control tail merging by CodeGen... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Victor Hernandez | Extend getMallocArraySize() to determine the array... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Viktor Kutuzov | Fix to pass options from Gold plugin to LTO codegen |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Benjamin Kramer | Teach cmake that mk[sd]temp is defined in stdlib.h... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
David Goodwin | Make AntiDepReg.h internal. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Bob Wilson | Add a Thumb BRIND pattern. Change the ARM BRIND assemb... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Evan Cheng | fconsts and fconstd are obviously re-materializable. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Jim Grosbach | Cleanup now that frame index scavenging via post-pass... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Devang Patel | llvm.dbg.global_variables do not exist anymore. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | add a new 'SetCurrentDebugType' API (requested by Andre... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Dan Gohman | Don't call SDNode::isPredecessorOf when it isn't necess... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Dan Gohman | Simplify this code: if the unfolded load can't be hoist... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Edward O'Callaghan | No newline at end of file. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Benjamin Kramer | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Gabor Greif | use metavariable <result> instead of SSA name %result... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Gabor Greif | ooops, SSA name should not be part of the link |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Gabor Greif | advertise new syntax for unnamed instructions |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Owen Anderson | Treat lifetime begin/end markers as allocations/frees... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Nick Lewycky | Add ABCD, a generalized implementation of the Eliminati... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Evan Cheng | Give ARMISD::EH_SJLJ_LONGJMP and EH_SJLJ_SETJMP names. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Owen Anderson | Be more careful about invariance reasoning on "store... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Evan Cheng | X86 palignr intrinsics immediate field is in bits.... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Owen Anderson | Add trivial support for the invariance intrinsics to... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | add bitcode reader support for blockaddress. We can... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | bitcode writer support for blockaddress. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | Previously, all operands to Constant were themselves... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | doc bug spotted by apinski |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | 'static const void *X = &&y' can only be put in the |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Dan Gohman | Rewrite SelectionDAG::isPredecessorOf to be iterative... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | full asmparser support for blockaddress. We can now do: |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | asmprinter support for BlockAddress. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | when we tear down a module, we need to be careful to |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | basic blocks can now have non-instruction users. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Dan Gohman | Teach MachineLICM to unfold loads from constant memory... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Evan Cheng | Use fconsts and fconstd to materialize small fp constants. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Evan Cheng | Add a second ValueType argument to isFPImmLegal. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Dan Gohman | Mark dead physregdefs dead immediately. This helps... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Dan Gohman | Allow constants of different types to share constant... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Evan Cheng | Remove getIEEEFloatParts and getIEEEDoubleParts. They... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Dan Gohman | Update SystemZ to use PSW following the way x86 uses... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Bob Wilson | Add an indirect branch pattern for ARM. Testcase will... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Jeffrey Yasskin | Fix the ModuleDeletion test on PPC and ARM. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | rename indbr -> indirectbr to appease the residents... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Chris Lattner | IR support for the new BlockAddress constant kind.... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Bob Wilson | Record CodeGen optimization level in the BranchFolding... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Jeffrey Yasskin | Rename lib/VMCore/ConstantsContext.h:ValueMap<> to... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Bill Wendling | Add new note. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Lang Hames | Fixed a bug in the coalescer where intervals were occas... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Jim Grosbach | Enable virtual register based frame index scavenging... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Bill Wendling | Move and clarify note. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Jim Grosbach | Infrastructure for dynamic stack realignment on ARM... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Bill Wendling | Note corrected. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Bill Wendling | Modify note. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Jeffrey Yasskin | Revert the API changes from r85295 to make it easier... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Bill Wendling | Add a note. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Devang Patel | Factor out redundancy from clone() implementations. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Dan Gohman | Update the MachineBasicBlock CFG for an indirect branch. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Dan Gohman | Add CodeGen support for indirect branches. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Chris Lattner | typo |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Chris Lattner | you can't take the address of the entry block of a... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Chris Lattner | improvements from gabor. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Chris Lattner | make the build build. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Evan Cheng | Add new APFloat methods that return sign, exp, and... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Chris Lattner | Random updates to passes for indbr, I need blockaddress... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Chris Lattner | cppbackend support for indbr |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Chris Lattner | CBE support for indbr. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Chris Lattner | fix things pointed out by Dan! |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Chris Lattner | document the forthcoming blockaddress constant. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Johnny Chen | Similar to r85280, do not clear the "S" bit for RSBri... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Devang Patel | Do not held on to DenseMap slot accross map insertion... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Johnny Chen | Set condition code bits of BL and BLr9 to 0b1110 (ALway... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Chris Lattner | don't use stdio |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Jeffrey Yasskin | Change the JIT to compile eagerly by default as agreed in |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Chris Lattner | fix pasto pointed out by Rafael |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Dale Johannesen | Add radar number. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Dale Johannesen | Testcase for llvm-gcc patch 85284. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Victor Hernandez | Rename MallocFreeHelper as MemoryBuiltins |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Oscar Fuentes | CMake: Install .inc files too. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Oscar Fuentes | Rather than excluding quite some things, and still... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Evan Cheng | Do away with addLegalFPImmediate. Add a target hook... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Bob Wilson | Do not clear the "S" bit for RSCri and RSCrs. They... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Chris Lattner | add enough support for indirect branch for the feature... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Johnny Chen | Explicitly specify 0b00, i.e, zero rotation, as the... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Rafael Espindola | Add missing testcase. |
commit | commitdiff | tree | snapshot |
next |