summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update llvm-gcc-4.2 and dragonegg after converting ConstantFolder APIsJay Foad2011-07-211-0/+6
* Convert ConstantFolder APIs to use ArrayRef.Jay Foad2011-07-214-59/+84
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-217-60/+56
* - Register v16i16 as valid VR256 register classBruno Cardoso Lopes2011-07-213-20/+34
* Add support for 256-bit versions of VPERMIL instruction. This is a newBruno Cardoso Lopes2011-07-218-0/+137
* Improve splat promotion to handle AVX types: v32i8 and v16i16. AlsoBruno Cardoso Lopes2011-07-211-24/+87
* Add aditional patterns for vextractf128 instructionBruno Cardoso Lopes2011-07-211-0/+8
* Add aditional patterns for vinsertf128 instructionBruno Cardoso Lopes2011-07-211-0/+8
* Add v16i16 type to VR256 classBruno Cardoso Lopes2011-07-211-2/+2
* Move code around. No functionality changesBruno Cardoso Lopes2011-07-211-65/+78
* Tidy up codeBruno Cardoso Lopes2011-07-211-15/+5
* LSR, correct fix for rdar://9786536. Silly casting bug.Andrew Trick2011-07-212-3/+3
* LSR must sometimes sign-extend before generating double constants.Andrew Trick2011-07-212-4/+30
* Mark instructions which are part of the frame setup with the MachineInstr::Fr...Bill Wendling2011-07-211-9/+20
* LSR crashes on an empty IVUsers list.Andrew Trick2011-07-212-0/+27
* X86 is the only target that uses coff format. This should fixes test failures...Evan Cheng2011-07-201-2/+3
* docs/GettingStarted.html: Tweak style.NAKAMURA Takumi2011-07-201-5/+5
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-2029-192/+200
* Remove unused function.Bill Wendling2011-07-201-64/+0
* Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...Bill Wendling2011-07-203-126/+0
* Refactor.Devang Patel2011-07-202-31/+42
* docs/GettingStarted.html: Fix a typo and tweak a command line.NAKAMURA Takumi2011-07-201-2/+2
* There are two ways to map a variable to its lexical scope. Lexical scope info...Devang Patel2011-07-203-2/+18
* Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...Eli Friedman2011-07-205-1/+4
* While emitting constant value, look through derived type and use underlying b...Devang Patel2011-07-202-14/+84
* ARM PKH shift ammount operand printing tweaks.Jim Grosbach2011-07-207-18/+41
* Bring LICM into compliance with the new "Memory Model for Concurrent Operatio...Eli Friedman2011-07-202-18/+67
* Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x...Eli Friedman2011-07-201-0/+86
* Unbreak the MSVC build. Since the "next" function already exists in the MSVC ...Francois Pichet2011-07-201-3/+3
* Tidy up a bit.Jim Grosbach2011-07-203-12/+7
* ARM: Tidy up representation of PKH instruction.Jim Grosbach2011-07-205-37/+35
* Fix cmake again :)Benjamin Kramer2011-07-201-1/+0
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-2028-298/+96
* Fix cmake.Benjamin Kramer2011-07-201-0/+1
* Sketch out an CFG reconstruction mode for llvm-objdump.Benjamin Kramer2011-07-203-3/+242
* Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly; PR10389.Eli Friedman2011-07-202-3/+6
* Add parsing/encoding tests for ARM ORR instruction.Jim Grosbach2011-07-202-6/+79
* Consolidate ARM NOP encoding test.Jim Grosbach2011-07-202-11/+9
* ARM parsing and encoding tests for MVNJim Grosbach2011-07-201-0/+57
* ARM assembly parsing of MUL instruction.Jim Grosbach2011-07-202-1/+16
* PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.Eli Friedman2011-07-202-5/+13
* Initialize the EHFrameSection pointer to zero.Benjamin Kramer2011-07-201-0/+1
* Regenerate configure and friends for Chad.Eric Christopher2011-07-202-2/+21
* Fix a GCC warning.Jay Foad2011-07-201-2/+2
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-2054-232/+277
* Include MCRegisterInfo to eliminate a compilation warning.Evan Cheng2011-07-201-1/+2
* Fix the CMake build.Francois Pichet2011-07-201-0/+1
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-2027-840/+900
* indvars: Added getInsertPointForUses to find a valid place to truncate the IV.Andrew Trick2011-07-202-15/+71
* indvars -disable-iv-rewrite: Add NarrowIVDefUse to cache def-useAndrew Trick2011-07-201-54/+61