aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-221-0/+3
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-221-1/+0
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-221-0/+6
* Fixed typo.Lang Hames2011-12-221-1/+1
* Move common code into an MRI function.Jakob Stoklund Olesen2011-12-211-1/+10
* Changes the JSON parser to use the SourceMgr.Manuel Klimek2011-12-211-7/+12
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-211-0/+4
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-3/+17
* Add const.Rafael Espindola2011-12-211-1/+1
* Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak2011-12-205-8/+12
* Add support to add named metadata operand.Devang Patel2011-12-201-0/+2
* Fixes a potential compilation error.Manuel Klimek2011-12-201-1/+10
* Pulls the implementation of skip() into JSONParser.Manuel Klimek2011-12-201-25/+11
* Addressing style issues in JSON parser.Manuel Klimek2011-12-201-6/+4
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-2027-5/+63
* fix typoChris Lattner2011-12-201-1/+1
* add a method to improve compatibility with SmallVector.Chris Lattner2011-12-201-0/+6
* Add basic generic CodeGen support for half.Dan Gohman2011-12-202-64/+69
* Add a if-conversion optimization that allows 'true' side of a diamond to beEvan Cheng2011-12-191-0/+16
* Add "using" to silence warnings.Eli Friedman2011-12-191-0/+2
* Attempt to fix PR11607 by shuffling around which class defines which methods.Eli Friedman2011-12-191-2/+7
* Emit a getMatchingSuperRegClass() implementation for every target.Jakob Stoklund Olesen2011-12-191-3/+4
* Allow inlining of functions with returns_twice calls, if they have theJoerg Sonnenberger2011-12-182-14/+19
* As Doug pointed out (and I really should know), it is perfectly easy toChandler Carruth2011-12-171-16/+4
* Refactor code used in InstCombine::FoldAndOfICmps to new file.Pete Cooper2011-12-171-0/+66
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-0/+5
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-173-16/+25
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-161-0/+444
* Make GCC happy by using makeAraryRef instead of the implicit conversion.Chandler Carruth2011-12-161-4/+4
* Add a generic collection of class templates to ADT for buildingChandler Carruth2011-12-161-0/+343
* [asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany2011-12-151-0/+3
* Zap unnecessary semicolons.Eli Friedman2011-12-151-2/+2
* Update DebugLoc while merging nodes at -O0.Devang Patel2011-12-151-1/+3
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-142-20/+21
* Model ARM predicated write as read-mod-write. e.g.Evan Cheng2011-12-141-3/+2
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-141-0/+3
* Allow target to specify register output dependency. Still default to one.Evan Cheng2011-12-141-0/+10
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-146-55/+172
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-141-6/+2
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-131-2/+43
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-131-6/+7
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-132-0/+5
* Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file andChad Rosier2011-12-121-2/+6
* Hexagon backend supportTony Linthicum2011-12-124-0/+3687
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-121-6/+2
* Add support for gnu_indirect_function.Roman Divacky2011-12-121-0/+1
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-121-1/+20
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-121-2/+6
* Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter whichChandler Carruth2011-12-121-2/+2
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-121-3/+2