summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-14
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-13
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-13
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-13
* Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file andChad Rosier2011-12-12
* Hexagon backend supportTony Linthicum2011-12-12
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-12
* Add support for gnu_indirect_function.Roman Divacky2011-12-12
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-12
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-12
* Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter whichChandler Carruth2011-12-12