aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-2811-102/+39
* LFTR should avoid a type mismatch with null pointer IVs.Andrew Trick2011-10-282-16/+77
* Delete #if 0 code accidentally left in.Dan Gohman2011-10-281-17/+0
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-2820-712/+667
* Have llvm-config --cppflags print correct flags when in CMake build directoryPeter Collingbourne2011-10-283-1/+10
* ARM Allow 'q' registers in VLD/VST vector lists.Jim Grosbach2011-10-282-4/+56
* Remove the Alpha backend.Dan Gohman2011-10-2798-6266/+12
* Add testcase for r143162.Owen Anderson2011-10-271-0/+4
* Add some NEON stores to the VLD decoding hook that were accidentally omitted ...Owen Anderson2011-10-271-0/+4
* Also set addrmode6 alignment when align==size.Jakob Stoklund Olesen2011-10-274-6/+16
* The default alias analysis is -noaa; update the docs to reflect that. Patch ...Eli Friedman2011-10-271-8/+6
* ARM isel for vld1, opcode selection for register stride post-index pseudos.Jim Grosbach2011-10-271-0/+4
* Delete dead code. Nothing ever instantiates this.Jim Grosbach2011-10-271-4/+0
* Revert r143149, stubbing out symbolic disassembly support. The symbolic disa...Owen Anderson2011-10-271-45/+6
* If we're searching for a symbol reference to pretty-print a scattered relocat...Owen Anderson2011-10-271-0/+18
* Stub out support for symbol disassembly in llvm-objdump.Owen Anderson2011-10-271-6/+45
* projects/sample: Switch over to imported Makefile setup.Daniel Dunbar2011-10-271-2/+6
* Avoid partial CPSR dependency from loop backedges. rdar://10357570Evan Cheng2011-10-272-26/+79
* tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in...Daniel Dunbar2011-10-277-99/+5
* tests: Remove llvm2cpp, I'm pretty sure no one uses this.Daniel Dunbar2011-10-271-100/+0
* lit: Drop some unneeded code from example tests.Daniel Dunbar2011-10-274-66/+2
* Fix pretty printing of i386 local sect diff relocations, TLV relocations, and...Owen Anderson2011-10-271-7/+50
* Add a pinned metadata name for fpaccuracy, and document itPeter Collingbourne2011-10-273-1/+37
* Document tbaa metadata in LangRef (documentation largely based onPeter Collingbourne2011-10-272-5/+56
* Reapply commit 143028 with a fix: the problem was casting a ConstantExpr MulDuncan Sands2011-10-274-9/+95
* Fixed llvm-objdump uint64_t formatted output.Stepan Dyatkovskiy2011-10-271-5/+5
* 2>&1 doesn't work here, it just creates an empty file called "&1"Benjamin Kramer2011-10-271-1/+1
* Changed test to check for correct load size instead of shift as the shift mig...Pete Cooper2011-10-271-1/+1
* Trailing whitespace.Jim Grosbach2011-10-271-3/+3
* Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix andKevin Enderby2011-10-275-3/+24
* Thumb2 t2LDMDB[_UPD] assembly parsing to recognize .w suffix.Jim Grosbach2011-10-272-0/+10
* Expose relocation accessors through the libObject C API.Owen Anderson2011-10-272-0/+55
* Thumb2 t2MVNi assembly parsing to recognize ".w" suffix.Jim Grosbach2011-10-272-3/+5
* Add relocation iterators to the libObject C API.Owen Anderson2011-10-272-0/+43
* BlockFrequency: Use a smarter overflow check.Benjamin Kramer2011-10-271-4/+8
* Revert Duncan's r143028 expression folding which appears to be the culpritBob Wilson2011-10-272-77/+4
* LLLexer: Factor hex char parsing.Benjamin Kramer2011-10-271-38/+16
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-2714-54/+139
* Don't crash on 128-bit sdiv by constant. Found by inspection.Eli Friedman2011-10-272-9/+30
* It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...Eli Friedman2011-10-272-14/+40
* A branch predicated on a constant can just FastEmit an unconditional branch.Chad Rosier2011-10-272-0/+53
* Rename NonScalarIntSafe to something more appropriate.Lang Hames2011-10-266-15/+15
* Add a TODO comment. FastISel works by parsing each basic block from the bottomChad Rosier2011-10-261-0/+1
* Factor a little more code into EmitCmp, which should have been done in the firstChad Rosier2011-10-261-23/+16
* Use EmitCmp in SelectBranch. No functional change intended.Chad Rosier2011-10-261-33/+6
* Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky2011-10-263-37/+30
* Add include-what-you-use to the External Projects list.Bill Wendling2011-10-261-0/+12
* Factor out an EmitCmp function that can be used by both SelectCmp andChad Rosier2011-10-261-18/+24
* Trailing whitespace.Jim Grosbach2011-10-261-2/+2
* Thumb2 ldr pc-relative encoding fixes.Jim Grosbach2011-10-263-15/+27