summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* Update llvm-gcc-4.2 and dragonegg after converting ConstantFolder APIsJay Foad2011-07-21
* Convert ConstantFolder APIs to use ArrayRef.Jay Foad2011-07-21
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-21
* - Register v16i16 as valid VR256 register classBruno Cardoso Lopes2011-07-21
* Add support for 256-bit versions of VPERMIL instruction. This is a newBruno Cardoso Lopes2011-07-21
* Improve splat promotion to handle AVX types: v32i8 and v16i16. AlsoBruno Cardoso Lopes2011-07-21
* Add aditional patterns for vextractf128 instructionBruno Cardoso Lopes2011-07-21
* Add aditional patterns for vinsertf128 instructionBruno Cardoso Lopes2011-07-21
* Add v16i16 type to VR256 classBruno Cardoso Lopes2011-07-21
* Move code around. No functionality changesBruno Cardoso Lopes2011-07-21
* Tidy up codeBruno Cardoso Lopes2011-07-21
* LSR, correct fix for rdar://9786536. Silly casting bug.Andrew Trick2011-07-21
* LSR must sometimes sign-extend before generating double constants.Andrew Trick2011-07-21
* Mark instructions which are part of the frame setup with the MachineInstr::Fr...Bill Wendling2011-07-21
* LSR crashes on an empty IVUsers list.Andrew Trick2011-07-21
* X86 is the only target that uses coff format. This should fixes test failures...Evan Cheng2011-07-20
* docs/GettingStarted.html: Tweak style.NAKAMURA Takumi2011-07-20
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-20
* Remove unused function.Bill Wendling2011-07-20
* Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...Bill Wendling2011-07-20
* Refactor.Devang Patel2011-07-20
* docs/GettingStarted.html: Fix a typo and tweak a command line.NAKAMURA Takumi2011-07-20
* There are two ways to map a variable to its lexical scope. Lexical scope info...Devang Patel2011-07-20
* Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...Eli Friedman2011-07-20
* While emitting constant value, look through derived type and use underlying b...Devang Patel2011-07-20
* ARM PKH shift ammount operand printing tweaks.Jim Grosbach2011-07-20
* Bring LICM into compliance with the new "Memory Model for Concurrent Operatio...Eli Friedman2011-07-20
* Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x...Eli Friedman2011-07-20
* Unbreak the MSVC build. Since the "next" function already exists in the MSVC ...Francois Pichet2011-07-20
* Tidy up a bit.Jim Grosbach2011-07-20
* ARM: Tidy up representation of PKH instruction.Jim Grosbach2011-07-20
* Fix cmake again :)Benjamin Kramer2011-07-20
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Fix cmake.Benjamin Kramer2011-07-20
* Sketch out an CFG reconstruction mode for llvm-objdump.Benjamin Kramer2011-07-20
* Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly; PR10389.Eli Friedman2011-07-20
* Add parsing/encoding tests for ARM ORR instruction.Jim Grosbach2011-07-20
* Consolidate ARM NOP encoding test.Jim Grosbach2011-07-20
* ARM parsing and encoding tests for MVNJim Grosbach2011-07-20
* ARM assembly parsing of MUL instruction.Jim Grosbach2011-07-20
* PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.Eli Friedman2011-07-20
* Initialize the EHFrameSection pointer to zero.Benjamin Kramer2011-07-20
* Regenerate configure and friends for Chad.Eric Christopher2011-07-20
* Fix a GCC warning.Jay Foad2011-07-20
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Include MCRegisterInfo to eliminate a compilation warning.Evan Cheng2011-07-20
* Fix the CMake build.Francois Pichet2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* indvars: Added getInsertPointForUses to find a valid place to truncate the IV.Andrew Trick2011-07-20