Add missing newlines at EOF (for clang++).
[oota-llvm.git] / lib /
2009-12-19 Daniel DunbarUse memset instead of bzero, its more portable.
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-12-19 Anton KorobeynikovBump alignment requirements for windows targets to...
2009-12-19 Anton KorobeynikovUse 4-arg getVTList) variant instead of generic one...
2009-12-19 Dan GohmanFix a spello in a comment that Nick spotted.
2009-12-19 Chris LattnerMake some methods const. The only interesting change...
2009-12-19 John McCallQualify a bunch of explicit template instantiations...
2009-12-19 John McCallPut TypesEqual and TypeHasCycleThroughItself in namespa...
2009-12-18 Dan GohmanEliminate unnecessary LLVMContexts.
2009-12-18 Bill WendlingChanges from review:
2009-12-18 Dan GohmanMake this comment more precise.
2009-12-18 Evan ChengIncrease opportunities to optimize (brcond (srl (and...
2009-12-18 Eli FriedmanFix gcc warning.
2009-12-18 Rafael EspindolaCatch more cases of a pointer being marked garbage...
2009-12-18 Bob WilsonReapply 91459 with a simple fix for the problem that...
2009-12-18 Victor HernandezFormalize MDNode's function-localness:
2009-12-18 Daniel DunbarFix Win32 Path.inc for API update.
2009-12-18 Dan GohmanRevert this use of NUW/NSW also. Overflow-undefined...
2009-12-18 Rafael EspindolaFix libstdc++ build on ARM linux and part of PR5770.
2009-12-18 Tilmann SchellerFix wrong frame pointer save offset in the 64-bit Power...
2009-12-18 Tilmann SchellerAdd support for calls through function pointers in...
2009-12-18 Eli FriedmanOptimize icmp of null and select of two constants even...
2009-12-18 Evan ChengOn recent Intel u-arch's, folding loads into some unary...
2009-12-18 Dan GohmanRevert this use of NSW; this one isn't actually safe...
2009-12-18 Dan GohmanEliminte unnecessary uses of <cstdio>.
2009-12-18 Dan GohmanAdd utility routines for NSW multiply.
2009-12-18 Dan GohmanAdd utility routines for creating integer negation...
2009-12-18 Dan GohmanDelete an unused variable.
2009-12-18 Eric ChristopherFix typo.
2009-12-18 Dan GohmanPreserve NSW information in more places.
2009-12-18 Evan ChengRe-apply 91623 now that I actually know what I was...
2009-12-18 Dan GohmanAdd Loop contains utility methods for testing whether...
2009-12-18 Dan GohmanMinor code simplification.
2009-12-18 Dan GohmanWhitespace cleanups.
2009-12-18 Bob WilsonHandle ARM inline asm "w" constraints with 64-bit ...
2009-12-18 Dan GohmanDon't pass const pointers by reference.
2009-12-18 Dan GohmanUpdate a comment.
2009-12-18 John McCallPass the error string directly to llvm_unreachable...
2009-12-18 Dan GohmanReapply LoopStrengthReduce and IVUsers cleanups, exclud...
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
2009-12-17 John McCallSundry dependent-name fixes flagged by clang++.
2009-12-17 Bill WendlingRevert accidental commit.
2009-12-17 Bill WendlingTurn off critical edge splitting for landing pads....
2009-12-17 Jeffrey YasskinRevert r91623 to unbreak the buildbots.
2009-12-17 Eli FriedmanAllow instcombine to combine "sext(a) >u const" to...
2009-12-17 Jeffrey YasskinDon't codegen available_externally functions. Fixes...
2009-12-17 Eli FriedmanMake the ptrtoint comparison simplification work if...
2009-12-17 Evan ChengRemove an unused option.
2009-12-17 Eli FriedmanSlightly generalize transformation of memmove(a,a,n...
2009-12-17 Jeffrey YasskinMake Path use StringRef instead of std::string where...
2009-12-17 Bill WendlingTemporarily revert 91337. It's causing testcase failures.
2009-12-17 Ken DyckIntroduce EVT::getHalfSizedIntegerVT() for use in Expan...
2009-12-17 Chris Lattnerfinish cleaning up StructLayoutMap.
2009-12-17 Jeffrey YasskinThis fixes a memory leak in OpaqueType found by Google...
2009-12-17 Bob WilsonRe-revert 91459. It's breaking the x86_64 darwin boots...
2009-12-17 Evan ChengRemove debugging code.
2009-12-17 Ken DyckIn LowerEXTRACT_VECTOR_ELT, force an i32 value type...
2009-12-17 Evan ChengRevert 91280-91283, 91286-91289, 91291, 91293, 91295...
2009-12-17 Eli FriedmanAggressively flip compare constant expressions where...
2009-12-17 Bob WilsonFix a comment grammaro.
2009-12-17 Evan ChengRevert this dag combine change:
2009-12-16 Johnny ChenRenamed "tCMNZ" to "tCMNz" to be consistent with other...
2009-12-16 John McCallSilence a clang warning about the deprecated (but perfe...
2009-12-16 Daniel DunbarReapply r91392, it was only unmasking the bug, and...
2009-12-16 Daniel DunbarReapply r91459, it was only unmasking the bug, and...
2009-12-16 Jim GrosbachMark STREX* as earlyclobber for the success result...
2009-12-16 Jim GrosbachAdd @earlyclobber TableGen constraint
2009-12-16 Jakob Stoklund OlesenReuse lowered phi nodes.
2009-12-16 Daniel DunbarRevert "Reapply 91184 with fixes and an addition to...
2009-12-16 Daniel DunbarRevert "Initial work on disabling the scheduler. This...
2009-12-16 Chris Lattnerreapply my strstr optimization. I have reproduced...
2009-12-16 Chris Lattnernow that libsystem no longer uses SmallVector, we can...
2009-12-16 Chris Lattnerremove use of SmallVector from Path::makeUnique. Path...
2009-12-16 Chris Lattnereliminate an extraneous use of SmallVector in a case...
2009-12-16 Victor HernandezUse different name for argument and field
2009-12-16 Victor HernandezMDNodes that refer to an instruction are local to a...
2009-12-16 Johnny ChenAdd encoding bits for some Thumb instructions. Plus...
2009-12-16 Evan ChengRe-enable 91381 with fixes.
2009-12-16 Chris Lattnerrevert my strstr optimization, I'm told it breaks x86...
2009-12-16 Dale JohannesenDo better with physical reg operands (typically, from...
2009-12-16 John McCallEvery anonymous namespace is different. Caught by...
2009-12-16 John McCallExplicit template instantiations must happen in the...
2009-12-16 Bill WendlingHelpful comment added. Some code cleanup. No functional...
2009-12-16 Bill WendlingInitialize uninitialized variables.
2009-12-16 Bill WendlingInitialize uninitialized variables.
2009-12-15 Jeffrey YasskinChange indirect-globals to use a dedicated allocIndirec...
2009-12-15 Bob WilsonReapply 91184 with fixes and an addition to the testcas...
2009-12-15 Chris LattnerFix GetConstantStringInfo to not look into MDString...
2009-12-15 Devang PatelAdd support to emit debug info for C++ namespaces.
2009-12-15 Chris Lattneroptimize strstr, PR5783
2009-12-15 Johnny ChenAdded encoding bits for the Thumb ISA. Initial checkin.
2009-12-15 Dan GohmanDelete an unused function.
2009-12-15 Chris Lattneradd some other xforms that should be done as part of...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-12-15 Evan ChengFix an encoding bug.
2009-12-15 Kenneth UildriksFor fastcc on x86, let ECX be used as a return register...
2009-12-15 Evan ChengDisable 91381 for now. It's miscompiling ARMISelDAG2DAG...
2009-12-15 Evan ChengMake 91378 more conservative.
2009-12-15 John McCallYou can't use typedefs to declare template member speci...
2009-12-15 Bill WendlingInitial work on disabling the scheduler. This is a...
next