aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update testing cases to make them pass debug info verification.Manman Ren2013-07-243-28/+31
* Remove unnecessary constructors as the default conversions will handleEric Christopher2013-07-242-34/+5
* More constructor cleanup.Eric Christopher2013-07-242-8/+2
* Collapse logic and move and reword comment for clarity.Eric Christopher2013-07-241-3/+5
* Add a fixme and reformat.Eric Christopher2013-07-241-4/+3
* Remove one more of these.Eric Christopher2013-07-241-4/+1
* Remove more dead/weird/misleading code.Eric Christopher2013-07-241-4/+1
* Remove more seemingly unused code.Eric Christopher2013-07-241-8/+4
* DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)FreeTom Stellard2013-07-237-190/+61
* R600: Treat CONSTANT_ADDRESS loads like GLOBAL_ADDRESS loads when necessaryTom Stellard2013-07-233-44/+129
* Debug Info: improve the Finder.Manman Ren2013-07-2310-21/+34
* Debug Info: clean up.Manman Ren2013-07-231-18/+6
* Remove unused function.Eric Christopher2013-07-232-10/+0
* [ARM][ISel] Improve the lowering of vector loads.Quentin Colombet2013-07-232-1/+17
* Keep similar classes near each other. No functional change.Eric Christopher2013-07-231-119/+119
* Fix spellingMatt Arsenault2013-07-231-1/+1
* 80-column.Eric Christopher2013-07-231-1/+5
* Reformat options.Eric Christopher2013-07-231-40/+41
* Expand the comment on getOpenFileSlice a bit for more details and consistencyEli Bendersky2013-07-231-2/+3
* Refactor the unit test for MemoryBuffer::getOpenFileSliceEli Bendersky2013-07-231-6/+27
* Debug Info: code cleanup, use getNodeField if possible.Manman Ren2013-07-231-28/+15
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-238-33/+48
* Fix use of the getOpenFile api.Rafael Espindola2013-07-231-2/+2
* DebugInfo Verifier: verify the actual type.Manman Ren2013-07-231-0/+10
* Revert "Remove use of asymmetric std::lower_bound comparator."Ahmed Bougacha2013-07-232-23/+12
* docs: Update old VS 2008 references.Ahmed Bougacha2013-07-231-4/+3
* docs: cleanup VS 2008 release note.Ahmed Bougacha2013-07-231-1/+1
* docs: Correct reST link.Ahmed Bougacha2013-07-231-1/+1
* Update docs to drop support for VS 2008.Ahmed Bougacha2013-07-232-2/+6
* Add not so that these tests pass with pipefail enabled.Rafael Espindola2013-07-233-3/+3
* Add -disable-debug-info-verifier.Rafael Espindola2013-07-231-1/+1
* Fix the build in c++03 mode.Rafael Espindola2013-07-231-2/+9
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-233-69/+230
* Remove some errant space charcters in mnemonic strings.Craig Topper2013-07-232-12/+12