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