generate better code in CheckComplexPattern
[oota-llvm.git] / lib /
2010-06-14 Bob WilsonRename functions referring to VMOV immediates to refer...
2010-06-14 Jim GrosbachMore dbg_value cleanup so the presence of debug info...
2010-06-14 Evan Cheng- Do away with SimpleHazardRecognizer.h. It's not used...
2010-06-14 Evan ChengAvoid uncessary array copying.
2010-06-14 Chris Lattnerfix a nasty bug where we were not treating available_ex...
2010-06-14 Chris Lattnerjump threading can't split a critical edge from an...
2010-06-14 Chris Lattnerfix a -Wbool-conversions warning from clang.
2010-06-14 Chris Lattnerfix a -Wbool-conversions warning from clang.
2010-06-14 Eli FriedmanAdd back some possible optimizations for va_arg, with...
2010-06-13 Benjamin KramerSimplifyCFG: don't turn volatile stores to null/undef...
2010-06-12 Rafael EspindolaMerge getStoreRegOpcode and getLoadRegOpcode.
2010-06-12 Chris Lattnerimprove verifier error about unterminated block to...
2010-06-12 Eli FriedmanAdd README entry; based on testcase from Bill Hart.
2010-06-12 Bruno Cardoso Lopesmake the avx intrinsics 3 address
2010-06-12 Bruno Cardoso LopesAdd some basic fp intrinsics for AVX
2010-06-12 Bill WendlingWhen performing the Horrible Hack(tm-Duncan) on the...
2010-06-12 Bruno Cardoso LopesMore AVX: {ADD,SUB,MUL,DIV}{PD,PS}rm
2010-06-12 Bruno Cardoso LopesMore AVX: {ADD,SUB,MUL,DIV}{PD,PS}rr
2010-06-12 Evan ChengAllow target to provide its own hazard recognizer to...
2010-06-12 Evan ChengCode formatting.
2010-06-12 Bruno Cardoso LopesAdd some comments about REX fields
2010-06-11 Bruno Cardoso LopesMore AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)
2010-06-11 Bob WilsonAdd a missing bitcast. This code used to only handle...
2010-06-11 Bob WilsonAdd instruction encoding for the Neon VMOV immediate...
2010-06-11 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-11 Stuart HastingsDelete duplicate function.
2010-06-10 Duncan SandsAvoid "variable 'bits' set but not used [-Wunused-but...
2010-06-10 Evan ChengCode refactoring, no functionality changes.
2010-06-10 Evan ChengDelete code that's not safe.
2010-06-09 Jim Grosbachbe slightly more subtle about skipping dbg_value instru...
2010-06-09 Jakob Stoklund OlesenMark physregs defined by inline asm as implicit.
2010-06-09 Evan ChengAllow target to place 2-address pass inserted copies...
2010-06-09 Bill WendlingIt's an error to translate this:
2010-06-09 Evan ChengRevert 105540, 105542, 105544, 105546, and 105548 to...
2010-06-09 Kenneth UildriksPulled CodeMetrics out of InlineCost.h and made it...
2010-06-09 Kalle RaiskilaFix SPU to cope with vector insertelement to an undef...
2010-06-09 Kalle RaiskilaHandle loading from/storing to undef pointers on SPU...
2010-06-09 Evan ChengTypo.
2010-06-09 Eli FriedmanA few new x86-64 specific README entries.
2010-06-09 Evan ChengThumb2 IT blocks are fairly expensive. When there are...
2010-06-09 Jakob Stoklund OlesenAdd argument name comments.
2010-06-08 Kevin EnderbyIncremental improvement to the handling of the x86...
2010-06-08 Eric ChristopherSplit out these asserts so it's more apparent why we...
2010-06-08 Jim Grosbachfix copy/paste/modify think-o
2010-06-08 Bruno Cardoso LopesReapply r105521, this time appending "LLU" to 64 bit
2010-06-08 Eric ChristopherEnsure that mov and not lea are used to stick the addre...
2010-06-08 Jim Grosbachfix typo
2010-06-08 Daniel DunbarUse const_iterator where appropriate.
2010-06-08 Daniel DunbarDeltaAlgorithm: Tweak split to split by first/second...
2010-06-08 Daniel DunbarADT: Add DAGDeltaAlgorithm, which is a DAG minimization...
2010-06-08 Benjamin KramerUse realloc instead of malloc+memcpy when growing a...
2010-06-08 Kalle RaiskilaFlag SPU's function call sequence together.
2010-06-08 Bob WilsonFix up a comment.
2010-06-07 Bob WilsonFurther changes for Neon vector shuffles:
2010-06-07 Bob WilsonFix a mistake in my previous change r105437: don't...
2010-06-07 Dan GohmanAdd some basic debug output.
2010-06-07 Jim GrosbachHandle dbg_value instructions (i.e., skip them) when...
2010-06-07 Jim GrosbachCleanup. Process the dbg_values separately
2010-06-07 Dan GohmanMake bugpoint dead-argument-hacking actually work,...
2010-06-07 Dan GohmanThe FoldingSet hash data includes pointer values, so...
2010-06-07 Dan GohmanOptimize this code somewhat by taking advantage of...
2010-06-07 Bill WendlingAnother place where the code wanted to access the argum...
2010-06-07 Dan GohmanMicro-optimize this, to speed up this hotspot in debug...
2010-06-07 Dan GohmanMicro-optimize this.
2010-06-07 Jim GrosbachMove exit check where it really belongs.
2010-06-07 Dan GohmanOptimize ScalarEvolution's SCEVComplexityCompare predic...
2010-06-07 Bill WendlingCreate new accessors to get arguments for call/invoke...
2010-06-05 Kenneth UildriksPartial specialization was not checking the callsite...
2010-06-05 Duncan SandsThis bug is also present in MSVC10. Requested by Elroo...
2010-06-05 Chris Lattnerrevert r105521, which is breaking the buildbots with...
2010-06-05 Bruno Cardoso LopesInitial AVX support for some instructions. No patterns...
2010-06-05 Dale JohannesenImprovements to tail call code. No functional effect
2010-06-05 Dan GohmangetFoldedOffsetOf no longer does anything special with...
2010-06-05 Stuart HastingsRevert 105492 & 105493 due to a testcase regression...
2010-06-05 Dan GohmanLSR needs to remember inserted instructions even in...
2010-06-05 Dale JohannesenFix some liveout handling related to tail calls, see...
2010-06-04 Evan ChengRe-apply 105308 with fix.
2010-06-04 Dan GohmanDon't track users of undef values; they aren't interest...
2010-06-04 Jim GrosbachMake if-conversion ignore dbg_value instructions in...
2010-06-04 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-04 Devang PatelCopy location info for current function argument from...
2010-06-04 Jim GrosbachSkip dbg_value instructions when scanning instructions...
2010-06-04 Dan GohmanFix normalization and de-normalization of non-affine...
2010-06-04 Jakob Stoklund OlesenKeep track of the call instructions whose clobber lists...
2010-06-04 Dale JohannesenMore thoroughly disable tails calls by default.
2010-06-04 Jim GrosbachAnother fix to prevent debug info from affecting codege...
2010-06-04 Jim Grosbachmore dbg_value adjustments so debug info doesn't affect...
2010-06-04 Mon P WangFixed a bug during widening where we would avoid legali...
2010-06-04 Jim Grosbachfix typo
2010-06-04 Bob WilsonFor NEON vectors with 32- or 64-bit elements, select...
2010-06-03 Bob WilsonAdd some missing checks in TwoAddressInstructionPass...
2010-06-03 Jim GrosbachCleanup 80-column and trim trailing whitespace
2010-06-03 Jim GrosbachTeach the ARM load-store optimizer to deal with dbg_val...
2010-06-03 Dale JohannesenEarly implementation of tail call for ARM.
2010-06-03 Dan GohmanFix SimplifyDemandedBits' AssertZext logic to demand...
2010-06-03 Bob WilsonRevert 105308.
2010-06-03 Bill WendlingMachine sink could potentially sink instructions into...
2010-06-03 Eric ChristopherAdd first pass at darwin tls compiler support.
2010-06-03 Eric ChristopherOne underscore, not two.
2010-06-03 Eli FriedmanImplement expansion in type legalization for add/sub...
next