aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up spill weight computation. Also some changes to give loop inductionEvan Cheng2009-09-219-68/+145
* Add Cortex-A8 VFP model.David Goodwin2009-09-214-99/+370
* Change MachineMemOperand's alignment value to be the alignment ofDan Gohman2009-09-215-9/+17
* Add a comment mentioning the rdar number associated with this test.Dan Gohman2009-09-211-0/+1
* Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-poolDan Gohman2009-09-213-16/+137
* Recognize SSE min and max opportunities in even more cases.Dan Gohman2009-09-213-41/+442
* Fix the offset values for these memoperands. For frame objects, theDan Gohman2009-09-212-2/+2
* big endian systems shift by bits too, hopefully this will fix the ppc Chris Lattner2009-09-211-1/+1
* Nick pointed out that DominanceFrontier and DominanceTree are preservedDan Gohman2009-09-211-2/+0
* Remove the special-case for constants in PHI nodes; it's not reallyDan Gohman2009-09-211-3/+0
* fix PR5016, a crash I introduced in GVN handing first classChris Lattner2009-09-212-10/+52
* Use raw_ostream::indent instead of passing strings.Mikhail Glushenkov2009-09-211-145/+163
* Fix this assertion string to mention subreg_to_reg.Dan Gohman2009-09-211-2/+2
* initialize SymbolsCanStartWithDigit to false by defaultNuno Lopes2009-09-211-1/+1
* Update cmake.Xerxes Ranby2009-09-211-0/+1
* Verify that phi instructions refer to MBBs in the CFG.Jakob Stoklund Olesen2009-09-211-7/+8
* enable non-local analysis and PRE of large store -> little load.Chris Lattner2009-09-212-31/+117
* convert an std::pair to an explicit struct.Chris Lattner2009-09-211-17/+32
* move some functions, add a comment.Chris Lattner2009-09-211-164/+165
* split HandleLoadFromClobberingStore in two pieces: one that does theChris Lattner2009-09-211-21/+41
* add a noteChris Lattner2009-09-211-1/+14
* Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter toDaniel Dunbar2009-09-212-1/+12
* add pr#Chris Lattner2009-09-211-0/+1
* Improve GVN to be able to forward substitute a small load Chris Lattner2009-09-212-7/+220
* add a helper method.Chris Lattner2009-09-211-0/+12
* Fix PR4986. "r1024 = insert_subreg r1024, undef, 2" cannot be turned in an im...Evan Cheng2009-09-212-10/+57
* Don't allow formatted_ostream to be unbuffered, even if its underlying bufferDaniel Dunbar2009-09-211-1/+6
* one case handled, expanded another testcase inline.Chris Lattner2009-09-211-20/+16
* formatting cleanups, no functionality change.Chris Lattner2009-09-211-118/+116
* Add documentation on how to use enable debug information in the JIT and use i...Reid Kleckner2009-09-212-0/+174
* fix a FileCheck bug where:Chris Lattner2009-09-212-4/+3
* Move ARM and X86 specific AsmParser tests into separate subdirectories, and onlyDaniel Dunbar2009-09-217-3/+11
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-2010-18/+405
* Work around a FileCheck bug, for now.Daniel Dunbar2009-09-201-0/+1
* simplify as daniel suggestsChris Lattner2009-09-201-16/+9
* write rfind in terms of npos as daniel requestedChris Lattner2009-09-201-6/+4
* remove a dead method.Chris Lattner2009-09-201-7/+0
* grammaroChris Lattner2009-09-201-1/+1
* Revert r82404, it is causing a bootstrap miscompile. This is very very Chris Lattner2009-09-202-40/+1
* rewrite CountNumNewlinesBetween to be in terms of StringRef.Chris Lattner2009-09-201-13/+15
* this was not supposed to be committedChris Lattner2009-09-201-21/+0
* implement and document support for CHECK-NOTChris Lattner2009-09-203-8/+101
* rewrite FileCheck in terms of StringRef instead of manual pointer pairs.Chris Lattner2009-09-201-68/+37
* improve memdep to eliminate bitcasts (and aliases, and noop geps) Chris Lattner2009-09-202-1/+40
* Move CoerceAvailableValueToLoadType earlier in GVN.cpp. Hook it upChris Lattner2009-09-202-108/+203
* change the interface to CoerceAvailableValueToLoadType to be Chris Lattner2009-09-201-15/+21
* Teach 'make check-all' to build the site configuration for clang, if it is in...Daniel Dunbar2009-09-201-5/+15
* enhance GVN to forward substitute a stored value to a loadChris Lattner2009-09-202-15/+248
* update an entry, delete an entry which has been fixed.Chris Lattner2009-09-201-36/+15
* tidy upChris Lattner2009-09-201-3/+3