summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Rename Remember and Restore to RememberState and RestoreState for consistency.Rafael Espindola2011-12-29
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Fix grammar error noticed by Duncan.Rafael Espindola2011-12-29
* Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky2011-12-28
* Switch StringMap from an array of structures to a structure of arrays.Benjamin Kramer2011-12-27
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-24
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-24
* Define trivial destructor inline.Rafael Espindola2011-12-24
* Make GetRelocType pure virtual.Rafael Espindola2011-12-24
* When not destroying the source, the linker is not remapping the types. Added ...Mon P Wang2011-12-23
* fix typoChris Lattner2011-12-22
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-22
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-22
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-22
* Fixed typo.Lang Hames2011-12-22
* Move common code into an MRI function.Jakob Stoklund Olesen2011-12-21
* Changes the JSON parser to use the SourceMgr.Manuel Klimek2011-12-21
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-21
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-21
* Add const.Rafael Espindola2011-12-21
* Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak2011-12-20
* Add support to add named metadata operand.Devang Patel2011-12-20
* Fixes a potential compilation error.Manuel Klimek2011-12-20
* Pulls the implementation of skip() into JSONParser.Manuel Klimek2011-12-20
* Addressing style issues in JSON parser.Manuel Klimek2011-12-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* fix typoChris Lattner2011-12-20
* add a method to improve compatibility with SmallVector.Chris Lattner2011-12-20
* Add basic generic CodeGen support for half.Dan Gohman2011-12-20
* Add a if-conversion optimization that allows 'true' side of a diamond to beEvan Cheng2011-12-19
* Add "using" to silence warnings.Eli Friedman2011-12-19
* Attempt to fix PR11607 by shuffling around which class defines which methods.Eli Friedman2011-12-19
* Emit a getMatchingSuperRegClass() implementation for every target.Jakob Stoklund Olesen2011-12-19
* Allow inlining of functions with returns_twice calls, if they have theJoerg Sonnenberger2011-12-18
* As Doug pointed out (and I really should know), it is perfectly easy toChandler Carruth2011-12-17
* Refactor code used in InstCombine::FoldAndOfICmps to new file.Pete Cooper2011-12-17
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-17
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-16
* Make GCC happy by using makeAraryRef instead of the implicit conversion.Chandler Carruth2011-12-16
* Add a generic collection of class templates to ADT for buildingChandler Carruth2011-12-16
* [asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany2011-12-15
* Zap unnecessary semicolons.Eli Friedman2011-12-15
* Update DebugLoc while merging nodes at -O0.Devang Patel2011-12-15
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-14
* Model ARM predicated write as read-mod-write. e.g.Evan Cheng2011-12-14
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-14
* Allow target to specify register output dependency. Still default to one.Evan Cheng2011-12-14
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14