aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove trailing white space.Akira Hatanaka2012-03-271-1/+1
* Use a SmallVector and linear lookup instead of a DenseSet - SourceMap valuesLang Hames2012-03-271-11/+16
* Add member EmitNOAT and its setter and getter functions to class MipsFunction...Akira Hatanaka2012-03-271-1/+6
* Add a test for the previous commit. Also, remove two tests that wereEric Christopher2012-03-273-117/+31
* Use DW_AT_low_pc for a single entry point into a routine.Eric Christopher2012-03-271-3/+3
* Reapply r153423; the original commit was fine. The failing test, distray, had Chad Rosier2012-03-273-0/+56
* ARMLoadStoreOptimizer invalidates register liveness.Jakob Stoklund Olesen2012-03-271-0/+4
* Print SSA and liveness tracking flags in MF::print().Jakob Stoklund Olesen2012-03-271-1/+7
* Branch folding may invalidate liveness.Jakob Stoklund Olesen2012-03-271-2/+9
* Invalidate liveness in Thumb2ITBlockPass.Jakob Stoklund Olesen2012-03-271-0/+4
* fix what looks like a real logic bug, found by PVS-Studio (part of PR12357)Chris Lattner2012-03-271-2/+2
* Add an MRI::tracksLiveness() flag.Jakob Stoklund Olesen2012-03-273-1/+28
* llvm/docs/*.html: Fix markups.NAKAMURA Takumi2012-03-2713-22/+52
* Make a seemingly tiny change to the inliner and fix the generated codeChandler Carruth2012-03-271-1/+1
* Prune some includesCraig Topper2012-03-2730-33/+6
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-2718-261/+261
* Pass the llvm IR pointer value and offset to the constructor ofAkira Hatanaka2012-03-271-9/+13
* Fix bug in LowerConstantPool. Akira Hatanaka2012-03-271-1/+1
* Add T9 to the list of live-in registers of the entry basic block. Akira Hatanaka2012-03-271-0/+2
* Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka2012-03-272-67/+67
* Define function MipsGetSymAndOffset which returns a fixup's symbol and theAkira Hatanaka2012-03-271-0/+30
* Post-ra LICM should take care not to hoist an instruction that would clobber aEvan Cheng2012-03-272-4/+87
* Rewrite computation of Value in adjustFixupValue so that the upper 48-bits areAkira Hatanaka2012-03-271-1/+1
* During MachineCopyPropagation a register may be the source operand of multipleLang Hames2012-03-271-17/+26
* Reserve hardware registers.Akira Hatanaka2012-03-271-0/+4
* ARM has a peephole optimization which looks for a def / use pair. The defEvan Cheng2012-03-262-0/+52
* Add a debug option to dump PBQP graphs during register allocation.Lang Hames2012-03-262-0/+66
* SCEV fix: Handle loop invariant loads.Andrew Trick2012-03-262-1/+52
* Add 'undef's to make SWIG happier. Patch by Baozeng Ding.Bill Wendling2012-03-261-0/+3
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-2610-2/+65
* Unit test for PR11950: LSR crash.Andrew Trick2012-03-261-0/+49
* Use the file in the inlined die rather than the compile unit forEric Christopher2012-03-261-1/+2
* 153465 was incorrect. In this code we wanted to check that the pointer operan...Nadav Rotem2012-03-261-4/+3
* Made RuntimeDyldMachO support vanilla i386Sean Callanan2012-03-262-0/+44
* PR12357: The pointer was used before it was checked.Nadav Rotem2012-03-261-1/+3
* LSR ivchain bug fix: corner case with ConstantExpr.Andrew Trick2012-03-261-2/+3
* comment typoAndrew Trick2012-03-261-1/+1
* eliminate an unneeded branch, part of PR12357Chris Lattner2012-03-261-7/+2
* fix a failure path to print the right thing, part of PR12357Chris Lattner2012-03-261-1/+1
* Tidy.Eric Christopher2012-03-261-1/+1
* Tidy.Eric Christopher2012-03-261-6/+9
* Revert r153423 as this is causing failures on our internal nightly testers.Chad Rosier2012-03-263-56/+0
* LSR cleanup: potential bug caught by PVS-Studio.Andrew Trick2012-03-261-2/+3
* docs/lit: Add some notes on the lit test run output format.Daniel Dunbar2012-03-261-0/+47
* [tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...Kostya Serebryany2012-03-263-0/+39
* No need to do an expensive stable sort for a bunch of integers.Benjamin Kramer2012-03-261-3/+3
* Add missing include of <new>Douglas Gregor2012-03-261-0/+1
* Fix GetMainExecutable on kFreeBSD.Anton Korobeynikov2012-03-261-3/+3
* Remove stale CBackend tests.Benjamin Kramer2012-03-2652-627/+0
* TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user w...Benjamin Kramer2012-03-262-21/+0