summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Assume .cfi_startproc is the first thing in a function. If the function isRafael Espindola2011-08-02
* Don't create a ridiculous EXTRACT_ELEMENT. PR10563.Eli Friedman2011-08-02
* Fix the broken encodings for the VFP vmov.f32 and vmov.f64 instructions, as w...Owen Anderson2011-08-02
* Tidy up. 80 columns.Jim Grosbach2011-08-02
* ARM: rename addrmode7 to addr_offset_none.Jim Grosbach2011-08-02
* Comment out the PPC relocation offset adjustment. It must be done differently.Roman Divacky2011-08-02
* Make this kind of lowering to be supported by 256-bit instructions:Bruno Cardoso Lopes2011-08-02
* Remove trailing semicolon.Roman Divacky2011-08-02
* Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky2011-08-02
* Remove the LLVMBuildUnwind C API function.Bill Wendling2011-08-02
* Use consistent terminology for loop exit/exiting blocks. Name change only.Andrew Trick2011-08-02
* Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc...Owen Anderson2011-08-02
* Bail from FastISel when we encounter a volatile memset intrinsic. Patch by IvanNick Lewycky2011-08-02
* Move imm0_255 to ARMInstrInfo.td with the other immediate predicates.Jim Grosbach2011-08-01
* Fix comments.Jim Grosbach2011-08-01
* Add v4f64 -> v2f32 fp_round support. Also add a testcase to exerciseBruno Cardoso Lopes2011-08-01
* Teach PreprocessISelDAG to be aware of vector types and to not process them.Bruno Cardoso Lopes2011-08-01
* Lower CONCAT_VECTORS to use two VINSERTF128 instructions instead ofBruno Cardoso Lopes2011-08-01
* Actually finish switching to the new system for Target sublibraryChandler Carruth2011-08-01
* Since vectors with all ones can't be created with a 256-bit instruction,Bruno Cardoso Lopes2011-08-01
* Set endianess and pointer size for PPC Linux. Bug noticed by Roman Divacky.Evan Cheng2011-08-01
* Change SmallVector to SmallPtrSet in BranchProbabilityInfo. Handle cases whereJakub Staszak2011-08-01
* Fix crash with varargs function with no named parameters.Richard Osborne2011-08-01
* Update CMake target names for tablegen-generated data in the X86 and ARM targ...Douglas Gregor2011-08-01
* Add braces.Jay Foad2011-08-01
* Simplify printAlias.Jay Foad2011-08-01
* Micro-optimisation in getAliasedGlobal.Jay Foad2011-08-01
* Remove an unnecessary cast.Jay Foad2011-08-01
* I mis-interpreted the MCDisassembler's intended dependencies. Now to fixChandler Carruth2011-07-31
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Do not handle cases with >= and <= predicates.Jakub Staszak2011-07-31
* Remove untrue comment.Jakub Staszak2011-07-31
* Do not handle case where LHS is equal to zero, because InstCombiner always movesJakub Staszak2011-07-31
* Add a small gep optimization I noticed was missing while reading some IL.Rafael Espindola2011-07-31
* Time the emission of debug values.Jakob Stoklund Olesen2011-07-31
* Add Zero Heurestics to BranchProbabilityInfo. If we compare value to zero weJakub Staszak2011-07-31
* Revert r136528 "Enable compact region splitting by default."Jakob Stoklund Olesen2011-07-30
* Switch another of the old dependencies on implicitly produced syntheticChandler Carruth2011-07-30
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* Added several architecture names.Sean Callanan2011-07-30
* Revert "Don't check liveness of unallocatable registers."Jakob Stoklund Olesen2011-07-30
* Don't check liveness of unallocatable registers.Jakob Stoklund Olesen2011-07-29
* Check for multiple defs in the machine code verifier.Jakob Stoklund Olesen2011-07-29
* Add an isSSA() flag to MachineRegisterInfo.Jakob Stoklund Olesen2011-07-29
* Do not lose branch weights when lowering SwitchInst.Jakub Staszak2011-07-29
* Enable compact region splitting by default.Jakob Stoklund Olesen2011-07-29
* Add support for the 'Q' constraint.Eric Christopher2011-07-29
* have the verifier catch gep's into opaque struct types. PR10473Chris Lattner2011-07-29
* ARM SRS instruction parsing, diassembly and encoding support.Jim Grosbach2011-07-29
* On mac, it seems the MC disassembler is actually using the targetinfoChandler Carruth2011-07-29