summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Mult-alt constraint incremental development step 3.John Thompson2010-10-29
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-29
* Make Program::Wait differentiate execution failure due to the fileDan Gohman2010-10-29
* Simplify.Devang Patel2010-10-29
* Print out the connected components in the verifier after complaining about theirJakob Stoklund Olesen2010-10-29
* Fix indentation.Devang Patel2010-10-28
* Backward compatibility. Gracefully handle older versions of debug info.Devang Patel2010-10-28
* Do not work too hard to find type's file info. There is a special field to re...Devang Patel2010-10-28
* Fix indentation.Devang Patel2010-10-28
* 80-col violations.Mikhail Glushenkov2010-10-28
* Do not rely on context to find file info. It is already provided as a separat...Devang Patel2010-10-28
* Implement TLSLD.Rafael Espindola2010-10-28
* Implement DTPOFF.Rafael Espindola2010-10-28
* Implement TLSLDM.Rafael Espindola2010-10-28
* Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola2010-10-28
* Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE.Rafael Espindola2010-10-27
* Give a name to nameless argument.Devang Patel2010-10-27
* It is confusing to call a random-access iterator 'InputIterator'.Mikhail Glushenkov2010-10-27
* Trailing whitespace.Mikhail Glushenkov2010-10-27
* Use a MemIntrinsicSDNode for ISD::PREFETCH, which touchesDale Johannesen2010-10-26
* Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen2010-10-26
* Use instruction itinerary to determine what instructions are 'cheap'.Evan Cheng2010-10-26
* Make the spiller responsible for updating the LiveStacks analysis.Jakob Stoklund Olesen2010-10-26
* Simplify.Devang Patel2010-10-25
* Update SelectBasicBlock signature. This should have been committed with r117310.Devang Patel2010-10-25
* Add support for emitting ARM file attributes.Rafael Espindola2010-10-25
* Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-opCharles Davis2010-10-25
* Reference RegionPass to stop it being eliminated.Tobias Grosser2010-10-25
* Remove deprecated macro names. Hopefully this will unbreak theDuncan Sands2010-10-25
* SmallVectorize.Benjamin Kramer2010-10-23
* Move the remaining attribute macros to systematic names based on the attributeChandler Carruth2010-10-23
* Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth2010-10-23
* This is a prototype of an experimental register allocationAndrew Trick2010-10-22
* Transfer implicit ops when forming load multiple and return instructions.Evan Cheng2010-10-22
* I hate line endings.Michael J. Spencer2010-10-22
* Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.Michael J. Spencer2010-10-22
* Making the e_machine configurable by the target backend in ELFObjectWriter.Wesley Peck2010-10-22
* Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...Michael J. Spencer2010-10-22
* Support: Add Endian.hMichael J. Spencer2010-10-21
* Fix the cleanup process of exception information in JIT. Now JITDuncan Sands2010-10-21
* Adding the EM_MBLAZE value to the machine architectures enumeration toWesley Peck2010-10-21
* CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...Michael J. Spencer2010-10-21
* Attempt to fix valgrind complaining about (benign) leaks in pass registration...Owen Anderson2010-10-20
* Remove Synthesizable from the Type system; as MMX vectorDale Johannesen2010-10-20
* Add a comment about ATTRIBUTE_UNUSED to avoid further confusion over when toChandler Carruth2010-10-20
* Add RegionPass support.Tobias Grosser2010-10-20
* Make CodeGen TBAA-aware.Dan Gohman2010-10-20
* Spelling typo fix. s/incput/input/. Thanks, Bob!Jim Grosbach2010-10-19
* Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach2010-10-19
* Move NoAA out of BasicAliasAnalysis.cpp into its own file, now thatDan Gohman2010-10-19