oota-llvm.git
2010-06-14 Eric ChristopherUpdate html tutorial docs to match api changes.
2010-06-14 Eric ChristopherMake kaleidoscope use fp add/sub/mul.
2010-06-14 Nate BegemanAdd the last of the SemaChecking-gen code.
2010-06-13 Benjamin KramerTest case for r105914.
2010-06-13 Benjamin KramerSimplifyCFG: don't turn volatile stores to null/undef...
2010-06-13 Benjamin KramerLet SmallVector take advantage of LiveRange's podness.
2010-06-13 Nate BegemanAdd a helping of comments
2010-06-12 Rafael EspindolaMerge getStoreRegOpcode and getLoadRegOpcode.
2010-06-12 Daniel Dunbartests: Run macho-dump with binary unbuffered streams...
2010-06-12 Daniel Dunbartests: Make macho-dump.bat actually work.
2010-06-12 Daniel Dunbartests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE...
2010-06-12 Daniel Dunbarlit: Replace /dev/null in scripts with temporary files...
2010-06-12 Chris Lattnerimprove verifier error about unterminated block to...
2010-06-12 Chris Lattnerdeclare a class with 'class' instead of struct to avoid...
2010-06-12 Eli FriedmanAdd README entry; based on testcase from Bill Hart.
2010-06-12 Bruno Cardoso... make the avx intrinsics 3 address
2010-06-12 Nate BegemanAdd generic vector support for bitselect & element...
2010-06-12 Bruno Cardoso... Add some basic fp intrinsics for AVX
2010-06-12 Bill WendlingWhen performing the Horrible Hack(tm-Duncan) on the...
2010-06-12 Bruno Cardoso... More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rm
2010-06-12 Bruno Cardoso... More 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... Add some comments about REX fields
2010-06-11 Bruno Cardoso... More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)
2010-06-11 Daniel Dunbarlit: Add a forgotten default argument.
2010-06-11 Daniel Dunbartests: Add wrapper script for calling macho-dump on...
2010-06-11 Daniel Dunbarlit: When running Tcl style tests on Windows, substitut...
2010-06-11 Bob WilsonAdd a missing bitcast. This code used to only handle...
2010-06-11 Daniel Dunbarllvm-mc: Don't set NO_INSTALL on llvm-mc.
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-11 John McCallDefine ContextualFoldingSet, which stores a context...
2010-06-10 Nate BegemanAdd support for polynomial type, for polynomial multiply
2010-06-10 Duncan SandsAvoid "variable 'bits' set but not used [-Wunused-but...
2010-06-10 Duncan SandsAvoid many "variable 'Sub' set but not used [-Wunused...
2010-06-10 Duncan SandsAdd includes to get ptrdiff_t. This is needed by gcc...
2010-06-10 Bruno Cardoso... Teach tablegen to allow "let" expressions inside multic...
2010-06-10 Evan ChengCode refactoring, no functionality changes.
2010-06-10 Evan ChengDelete code that's not safe.
2010-06-10 Nate BegemanNEON support for _lane ops, and multiplies by scalar.
2010-06-09 Jim Grosbachbe slightly more subtle about skipping dbg_value instru...
2010-06-09 Bill WendlingTestcase for r105741.
2010-06-09 Jakob Stoklund... Mark 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 Bill Wendling- Fix description of SUBREG_TO_REG. It's not going...
2010-06-09 Nate BegemanFurther refine types for operations which take scalars.
2010-06-09 Daniel DunbarWorkaround SCEV non-determinism on this test, for now...
2010-06-09 Duncan SandsChange another reference to the "indirect callgraph...
2010-06-09 Duncan SandsOutput "external node" rather than "Indirect CallGraph...
2010-06-09 Eric ChristopherHow about ULL...
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 Nate BegemanSpecialize I-Class instructions better so that we have...
2010-06-09 Evan ChengTypo.
2010-06-09 Rafael EspindolaFix a gcc warning:
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 Nate BegemanHandle instructions which need to be #defines for the...
2010-06-09 Jakob Stoklund... Add 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... Reapply 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 Daniel DunbarMakefiles: Teach LLVM's recursive makefile descent...
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 Rafael EspindolaAdd more virtual memory to lit. The python in x86-64...
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 Nate BegemanFix a valgrind error.
2010-06-08 Nate BegemanRefine BuiltinsARM.def types a bit, we should do a...
2010-06-08 Bob WilsonFix up a comment.
2010-06-08 Nate BegemanARM NEON:
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 an svn:ignore.
2010-06-07 Dan GohmanAdd some basic debug output.
2010-06-07 Stuart HastingsTweak test for debug/metadata change, update to FileChe...
2010-06-07 Jim GrosbachHandle dbg_value instructions (i.e., skip them) when...
2010-06-07 Nick LewyckyPlug a leak in the non-error case by removing one level...
2010-06-07 Jim GrosbachCleanup. Process the dbg_values separately
2010-06-07 Dan GohmanFix this test to work under lit.
2010-06-07 Dan GohmanRun dead type elimination after dead argument elimination.
2010-06-07 Dan GohmanMake bugpoint dead-argument-hacking actually work,...
2010-06-07 Dan GohmanUse ->isVoidTy().
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...
next