There is no need to emit source location info for DW_TAG_pointer_type.
[oota-llvm.git] / test /
2009-11-20 Dan GohmanMake Loop::getLoopLatch() work on loops which don't...
2009-11-20 Dan GohmanFix IPSCCP's code for deleting dead blocks to tolerate...
2009-11-20 Evan ChengRemat VLDRD from constpool. Clean up some instruction...
2009-11-20 Duncan SandsFix PR5558, which was caused by a wrong fix for PR3393...
2009-11-20 Benjamin KramerTry to work around grep's "Binary file (standard input...
2009-11-20 Daniel DunbarFix -march= name for x86-64.
2009-11-20 Dan GohmanFix fast-isel to avoid selecting the return instruction...
2009-11-20 Evan ChengAlso CSE non-pic load from constant pools.
2009-11-20 Dan GohmanTeach getSmallConstantTripMultiple about Shl operators.
2009-11-20 Evan ChengFix codegen of conditional move of immediates. We were...
2009-11-20 Bill WendlingSpecify proper arch and triple for 64-bit.
2009-11-20 Bill WendlingTestcase for r89415.
2009-11-19 Dan GohmanExtend CaptureTracking to indicate when a value is...
2009-11-19 Dan GohmanEnable hoisting of loads from constant memory by defaul...
2009-11-19 Daniel DunbarUnbreak test, Bruno please check.
2009-11-19 Evan ChengMore consistent thumb1 asm printing.
2009-11-19 Evan ChengShrink ldr / str [sp, imm0-1024] to 16-bit instructions.
2009-11-19 Bruno Cardoso Lopes- Add sugregister logic to handle f64=(f32,f32).
2009-11-19 Bill WendlingTest from Dhrystone to make sure that we're not emittin...
2009-11-18 Bob WilsonFix buildbots.
2009-11-18 Richard OsborneAdd XCore support for indirectbr / blockaddress.
2009-11-18 Bob WilsonTail duplication still needs to iterate. Duplicating...
2009-11-18 Bill WendlingNot all ASM has # for comments.
2009-11-18 Jakob Stoklund OlesenFix PR5300.
2009-11-18 Jakob Stoklund OlesenFix inverted test and add testcase from failing self...
2009-11-17 Jakob Stoklund OlesenRemove fragile test.
2009-11-17 Jim GrosbachEnable arm jumpt table adjustment.
2009-11-17 Anton KorobeynikovForgot to commit test fixes
2009-11-17 Jakob Stoklund OlesenEnable -split-phi-edges by default, except when -regall...
2009-11-17 Evan ChengGeneralize OptimizeLoopTermCond to optimize more loop...
2009-11-17 Evan ChengRevert 89021. It's miscompiling llvm-gcc driver driver...
2009-11-17 Jakob Stoklund OlesenEnable -split-phi-edges by default
2009-11-17 Evan ChengMOV64rm should be marked isReMaterializable.
2009-11-17 Jim GrosbachConvert to FileCheck
2009-11-17 Jim GrosbachConvert to FileCheck
2009-11-17 Jim GrosbachCleanup. Missed removing these when converting. Oops.
2009-11-16 Dan GohmanFix this test - there don't appear to be any actual...
2009-11-16 Dan GohmanRevert r87049, which was the workaround for the regress...
2009-11-16 Jeffrey YasskinRevert the test from r88984. It relies on being able...
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-16 Evan Cheng- Check memoperand alignment instead of checking stack...
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Lang HamesAdded a testcase for PR5495.
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Jim Grosbachtbb opt off by default
2009-11-16 David GreeneSupport spill comments.
2009-11-16 Evan ChengCheck if subreg index is zero.
2009-11-16 Evan ChengFor some targets, a copy can use a register multiple...
2009-11-16 Evan Chengxfail for now. It has been failing.
2009-11-16 Bruno Cardoso Lopes- Fix a small bug while handling target constant pools...
2009-11-15 Jim GrosbachDetect need for autoalignment of the stack earlier...
2009-11-15 Nick LewyckyRevert r88830 and r88831 which appear to have caused...
2009-11-15 Nick LewyckyCorrect typo.
2009-11-15 Nick LewyckyTeach instcombine to look for booleans in wider integer...
2009-11-14 Jim Grosbachremove xfail
2009-11-14 Richard OsborneAdd XCore support for arbitrary-sized aggregate returns.
2009-11-14 Nick LewyckyTeach BasicAA that a constant expression can't alias...
2009-11-14 Evan ChengAdded getSubRegIndex(A,B) that returns subreg index...
2009-11-14 Evan Cheng- Change TargetInstrInfo::reMaterialize to pass in...
2009-11-14 Evan ChengAdd radar number.
2009-11-14 Evan ChengFix PR5412: Fix an inverted check and another missing...
2009-11-14 Dan GohmanEnable the tail call optimization when the caller retur...
2009-11-14 Evan ChengWhen expanding t2STRDi8 r, r to two stores, add kill...
2009-11-13 Evan ChengFix PR5411. Bug in UpdateKills. A reg def partially...
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-13 Dan GohmanWhen optimizing for size, don't tail-merge unless it...
2009-11-13 Evan ChengFix PR5410: LiveVariables lost subreg def:
2009-11-13 Dan GohmanDon't let a noalias difference disrupt the tailcall...
2009-11-13 Dale JohannesenAdjust isConstantSplat to allow for big-endian targets.
2009-11-13 Daniel DunbarUpdate test.
2009-11-12 Jim GrosbachClean up testcase a bit. Simplify case blocks and adjus...
2009-11-12 Benjamin KramerFix typo in run line.
2009-11-12 Gabor Greiftypo
2009-11-12 Chris Lattnerimplement a nice little efficiency hack in the inliner...
2009-11-12 Evan ChengRegScavenger::enterBasicBlock should always reset regis...
2009-11-12 Evan Cheng- Teach LSR to avoid changing cmp iv stride if it will...
2009-11-12 Chris Lattneruse getPredicateOnEdge to fold comparisons through...
2009-11-12 Chris Lattnershould not commit when distracted.
2009-11-12 Chris LattnerWe now thread some impossible condition information...
2009-11-12 Chris Lattnerwith the new code we can thread non-instruction values...
2009-11-12 Chris Lattnermove some stuff into DEBUG's and turn on lazy-value...
2009-11-12 Dan GohmanTail merge at any size when there are two potentials...
2009-11-11 Kenneth Uildriksx86 users can now return arbitrary sized structs. ...
2009-11-11 Dan GohmanAdd support for tail duplication to BranchFolding,...
2009-11-11 Devang PatelReenable StackTracke.cpp test.
2009-11-11 Duncan SandsDon't trivially delete unused calls to llvm.invariant...
2009-11-11 Evan ChengAdd nounwind.
2009-11-11 Chris Lattnerremove condprop testcases.
2009-11-11 Daniel DunbarAdd missing run line. Devang, please check.
2009-11-11 Bill WendlingFix test to work on every platform.
2009-11-11 Bill WendlingFix test to work on every platform.
2009-11-11 Devang PatelXFAIL for now.
2009-11-11 Bill WendlingMake sure that the exception handling data has the...
2009-11-11 Devang PatelDo not assume first function scope seen represents...
2009-11-11 Chris Lattneroops, didn't mean to commit this, no harm, but add...
2009-11-11 Chris LattnerStub out a new lazy value info pass, which will eventually
2009-11-11 Devang PatelWhile creating DbgScopes, do not forget parent scope.
2009-11-11 Evan ChengBlock terminator may be a switch.
2009-11-10 Bill WendlingTest this on Darwin only.
next