Cleanup Mips code and rename some variables. Patch by Jack Carter
[oota-llvm.git] / include /
2011-12-29 Rafael EspindolaImplement cfi_restore. Patch by Brian Anderson!
2011-12-29 Rafael EspindolaRename Remember and Restore to RememberState and Restor...
2011-12-29 Rafael EspindolaImplement .cfi_escape. Patch by Brian Anderson!
2011-12-29 Rafael EspindolaFix grammar error noticed by Duncan.
2011-12-28 Nick LewyckyChange CaptureTracking to pass a Use* instead of a...
2011-12-27 Benjamin KramerSwitch StringMap from an array of structures to a struc...
2011-12-24 Rafael EspindolaSection relative fixups are a coff concept, not a x86...
2011-12-24 Rafael EspindolaMove x86 specific bits of the COFF writer to lib/Target...
2011-12-24 Rafael EspindolaDefine trivial destructor inline.
2011-12-24 Rafael EspindolaMake GetRelocType pure virtual.
2011-12-23 Mon P WangWhen not destroying the source, the linker is not remap...
2011-12-22 Chris Lattnerfix typo
2011-12-22 Rafael EspindolaMove PPC bits to lib/Target/PowerPC.
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
2011-12-22 Rafael EspindolaMove the ARM specific parts of the ELF writer to Target...
2011-12-22 Lang HamesFixed typo.
2011-12-21 Jakob Stoklund OlesenMove common code into an MRI function.
2011-12-21 Manuel KlimekChanges the JSON parser to use the SourceMgr.
2011-12-21 Rafael EspindolaMove the X86 specific bits of the ELF writer to the...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-21 Rafael EspindolaAdd const.
2011-12-20 Jakub StaszakAdd some constantness to BranchProbabilityInfo and...
2011-12-20 Devang PatelAdd support to add named metadata operand.
2011-12-20 Manuel KlimekFixes a potential compilation error.
2011-12-20 Manuel KlimekPulls the implementation of skip() into JSONParser.
2011-12-20 Manuel KlimekAddressing style issues in JSON parser.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-20 Chris Lattnerfix typo
2011-12-20 Chris Lattneradd a method to improve compatibility with SmallVector.
2011-12-20 Dan GohmanAdd basic generic CodeGen support for half.
2011-12-19 Evan ChengAdd a if-conversion optimization that allows 'true...
2011-12-19 Eli FriedmanAdd "using" to silence warnings.
2011-12-19 Eli FriedmanAttempt to fix PR11607 by shuffling around which class...
2011-12-19 Jakob Stoklund OlesenEmit a getMatchingSuperRegClass() implementation for...
2011-12-18 Joerg SonnenbergerAllow inlining of functions with returns_twice calls...
2011-12-17 Chandler CarruthAs Doug pointed out (and I really should know), it...
2011-12-17 Pete CooperRefactor code used in InstCombine::FoldAndOfICmps to...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-12-16 Chandler CarruthMake GCC happy by using makeAraryRef instead of the...
2011-12-16 Chandler CarruthAdd a generic collection of class templates to ADT...
2011-12-15 Kostya Serebryany[asan] fix a bug (issue 19) where dlclose and the follo...
2011-12-15 Eli FriedmanZap unnecessary semicolons.
2011-12-15 Devang PatelUpdate DebugLoc while merging nodes at -O0.
2011-12-14 Dan GohmanMove Instruction::isSafeToSpeculativelyExecute out...
2011-12-14 Evan ChengModel ARM predicated write as read-mod-write. e.g.
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-14 Evan ChengAllow target to specify register output dependency...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-14 Chad RosierPer discussion on the list, remove BitcodeVerify pass...
2011-12-13 Michael J. SpencerSupport/FileSystem: Add file_magic and move a vew clien...
2011-12-13 Michael J. SpencerSupport/Program: Make Change<stream>ToBinary return...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-12 Chad RosierBegin sketching out a bitcode verifier pass. Idea...
2011-12-12 Tony LinthicumHexagon backend support
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement bool equivalent(file_stat...
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-12 Chandler CarruthSwitch llvm.cttz and llvm.ctlz to accept a second i1...
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
2011-12-10 Nick LewyckyMinimize #include's and forward-declares in Target.
2011-12-10 Nick LewyckyFix typo, reported by Eitan Adler!
2011-12-09 Bill WendlingAdd dump method for debugging.
2011-12-09 Jakub StaszakSplitBlockPredecessors uses ArrayRef instead of Data...
2011-12-09 Chad Rosier[fast-isel] Add support for selecting insertvalue.
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-09 Evan ChengMove isUnpredicatedTerminator() default implementation...
2011-12-09 Andrew TrickAdd -unroll-runtime for unrolling loops with run-time...
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-12-08 Eli FriedmanRemove reference to dead GEPSplitterPass. PR11506.
2011-12-08 Owen AndersonEnhance both TargetLibraryInfo and SelectionDAGBuilder...
2011-12-08 Evan ChengMake MachineInstr instruction property queries more...
2011-12-08 Chad RosierFix 80-column.
2011-12-08 Nick LewyckyAdd Tsan annotations to the pass system.
2011-12-08 Chad RosierFix comments.
2011-12-07 Peter CollingbourneEngineBuilder: support for custom TargetOptions. Fixes the
2011-12-07 Chad RosierFix comments.
2011-12-07 Chad RosierBegin adding experimental support for preserving use...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-07 David BlaikieAdding missing anchor to DATDeltaAlgorithm.
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-12-07 Jakob Stoklund OlesenAdd MachineOperand IsInternalRead flag.
2011-12-06 Jim GrosbachExtend AsmMatcher token literal matching to allow aliasing.
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-06 Sebastian Popuse space star instead of star space
2011-12-06 Sebastian Popadd missing point at the end of sentences
2011-12-06 Benjamin KramerPush StringRefs through the metadata interface.
2011-12-06 Chris Lattnerallow TinyPtrVector to implicitly convert to ArrayRef.
2011-12-06 Lang HamesKill off the LoopSplitter. It's not being used or maint...
2011-12-06 Jakob Stoklund OlesenUse logarithmic units for basic block alignment.
2011-12-06 Jakob Stoklund OlesenFix unclear wording.
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-12-06 Nick LewyckyExpose a switch for the new gcov format.
2011-12-06 Jim GrosbachTidy up. Hard tabs.
2011-12-06 Nick LewyckyAll these arguments are default anyways.
2011-12-06 Jim GrosbachTidy up. 80 columns.
2011-12-06 Jim GrosbachSwitch MCAssembler to method names starting w/ lower...
2011-12-05 Nick LewyckySilence tsan false-positives (tsan can't track things...
next