aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-2519-78/+96
* Add a way to add a kind-value string pair to an attribute.Bill Wendling2013-07-253-0/+14
* typo.Adrian Prantl2013-07-251-1/+1
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-2515-19/+19
* AArch64: add llc-based tests for previous commit.Tim Northover2013-07-252-2/+15
* AArch64: fix even more JIT failuresTim Northover2013-07-252-4/+4
* Don't end a file name with a dot. It looks odd.Rafael Espindola2013-07-252-1/+7
* AArch64: don't mask off shift bits when processing JIT relocations.Tim Northover2013-07-251-4/+4
* Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski2013-07-252-0/+53
* Fix a comment cut-&-pasto.Richard Sandiford2013-07-251-1/+1
* [SystemZ] Rework compare and branch supportRichard Sandiford2013-07-256-62/+151
* [SystemZ] Add LOCR and LOCGRRichard Sandiford2013-07-259-0/+327
* [SystemZ] Add LOC and LOCGRichard Sandiford2013-07-259-0/+561
* [SystemZ] Add STOC and STOCGRichard Sandiford2013-07-2514-53/+664
* MI Sched: Register pressure heuristics.Andrew Trick2013-07-252-8/+36
* MI Sched: track register pressure by importance of the set, not weight of the...Andrew Trick2013-07-251-14/+20
* RegPressure: Order the "pressure sets" by number of regunits per set.Andrew Trick2013-07-253-8/+53
* Dump LIS before regalloc. MI sched changes them.Andrew Trick2013-07-252-2/+4
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-2535-167/+217
* Respect llvm.used in Internalize.Rafael Espindola2013-07-255-21/+69
* Check that TD isn't NULL before dereferencing it down this path.Nick Lewycky2013-07-252-1/+18
* Make these methods const correct.Rafael Espindola2013-07-253-7/+13
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-2511-53/+59
* Add helpful accessor methods to get the specified function attribute.Bill Wendling2013-07-241-11/+14
* Update testing cases to pass debug info verifier.Manman Ren2013-07-2426-208/+223
* Speling.Jakob Stoklund Olesen2013-07-241-2/+2
* Fix a bug in IfConverter with nested predicates.Quentin Colombet2013-07-242-3/+62
* Update testing cases to pass debug info verifier.Manman Ren2013-07-246-57/+62
* add -disable-debug-info-verifier to 3 test to fix tests with pipefail.Rafael Espindola2013-07-243-3/+3
* [mips] Make MipsAsmParser::parseCCRRegs return NoMatch instead of ParseFailAkira Hatanaka2013-07-241-2/+2
* Update old llc documentation.Jakob Stoklund Olesen2013-07-241-9/+9
* [mips] Remove XFAIL from test-ptr-reloc-remote.llPetar Jovanovic2013-07-241-1/+0
* Debug Info: improve the Finder.Manman Ren2013-07-2412-62/+65
* TRE: Move class into anonymous namespace.Benjamin Kramer2013-07-241-4/+6
* Update testing cases to pass debug info verifier.Manman Ren2013-07-243-39/+40
* Add -disable-debug-info-verifier to a RUN line.Rafael Espindola2013-07-241-1/+1
* Don't leak when expanding response files.Rafael Espindola2013-07-241-17/+15
* Delete the buffer in createObjectFile if it fails.Rafael Espindola2013-07-241-1/+4
* llvm-ar is far closer to being a regular ar implementation now. Update the docs.Rafael Espindola2013-07-241-47/+7
* [test commit] Minor comment change.Petar Jovanovic2013-07-241-3/+3
* Fix a problem I introduced in r187029 where we would over-eagerlyChandler Carruth2013-07-242-3/+46
* I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...Elena Demikhovsky2013-07-248-27/+190
* Fix PR16687 where we were incorrectly promoting an alloca that hadChandler Carruth2013-07-242-12/+66
* allow tests to run on powerpc-darwin8 again, checking for __ppc__David Fang2013-07-241-2/+2
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-247-40/+77
* Revert accidental commit.Craig Topper2013-07-241-1/+1
* Fix aliases for shrd/shld to handle Intel syntax properly. Also suppress them...Craig Topper2013-07-242-14/+14
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-244-7/+26
* Replace with a "null" RAUW with an assert since we'd actually likeEric Christopher2013-07-241-8/+8
* Remove dead code.Eric Christopher2013-07-242-6/+0