aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty.Nick Lewycky2007-12-031-5/+5
* explain what I need to grant commit access.Chris Lattner2007-12-031-2/+24
* fix typo noticed by Joshua PenningtonChris Lattner2007-12-027-7/+7
* Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng2007-12-0219-257/+171
* Adding ocamldoc-style comments for the Ocaml bindings.Gordon Henriksen2007-12-016-56/+826
* Fix a typo noticed by Alain Frisch.Gordon Henriksen2007-12-011-4/+6
* Integrate the readonly/readnone logic more deeplyDuncan Sands2007-12-0112-90/+122
* Fix a bug where splitting cause some unnecessary spilling.Evan Cheng2007-12-011-2/+12
* Fixes for MachineLoopInfo, mostly from Evan. With these, it should be almost...Owen Anderson2007-12-012-15/+10
* Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...Evan Cheng2007-12-0113-32/+259
* Add target triple to include/llvm/Config/config.h.in. Regenerate all files.Eric Christopher2007-12-013-66/+74
* Change LinkTimeOptimizer.h install location.Devang Patel2007-12-011-4/+6
* Change lib lto install location.Devang Patel2007-11-301-0/+9
* Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nestingTed Kremenek2007-11-302-11/+29
* Fixed potential bug where CurWord is not zeroed out in JumpToBit.Ted Kremenek2007-11-301-0/+1
* Do not fold reload into an instruction with multiple uses. It issues one extr...Evan Cheng2007-11-303-77/+170
* chain update requests properly.Chris Lattner2007-11-301-0/+3
* Small optimization of parameter attribute lookup.Duncan Sands2007-11-301-1/+1
* Add a convenience method for modifying parameterDuncan Sands2007-11-304-10/+79
* Check that there are not more attributes thanDuncan Sands2007-11-301-0/+4
* Provide a way to update DescGlobals cache directly.Devang Patel2007-11-302-1/+15
* Do not lose rematerialization info when spilling already split live intervals.Evan Cheng2007-11-291-14/+9
* Fix a miscompilation in spiff on PPC.Owen Anderson2007-11-291-1/+2
* Fix a major performance issue with splitting. If there is a def (not def/use)Evan Cheng2007-11-292-64/+152
* Update tests.Evan Cheng2007-11-291-1/+1
* Replace the odd kill# hack with something less fragile.Evan Cheng2007-11-294-18/+22
* Small parameter attributes cleanup.Duncan Sands2007-11-291-4/+6
* Pass the whole StringMapEntry into StringMapEntryInitializer::Initialize.Chris Lattner2007-11-291-2/+4
* provide an optional API to allow datatypes in a stringmap to be *gasp* Chris Lattner2007-11-291-7/+41
* Fixed various live interval splitting bugs / compile time issues.Evan Cheng2007-11-294-161/+275
* Kill info update bug.Evan Cheng2007-11-291-0/+3
* New testcase for PR1744Chris Lattner2007-11-281-0/+8
* Work around a GCC bug, producing this code:Chris Lattner2007-11-281-0/+6
* Add a noteChris Lattner2007-11-281-0/+3
* Implement ExpandOperationResult for ppc i64 fp->int, which fixesChris Lattner2007-11-282-0/+11
* for consistency, allow a fallthrough if the final check returns null.Chris Lattner2007-11-281-1/+2
* upgrade this testChris Lattner2007-11-281-49/+63
* make this test have a deterministic result.Chris Lattner2007-11-281-2/+2
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-2815-88/+81
* Revert previous "fix" - the breakage was due to someDuncan Sands2007-11-281-1/+1
* This test somehow got an extra "not" during theDuncan Sands2007-11-281-2/+2
* My compiler complains that "x always evaluates to true"Duncan Sands2007-11-281-2/+6
* Add missing newlines at EOF.Duncan Sands2007-11-282-2/+2
* xfail a testChris Lattner2007-11-281-0/+1
* update this test after the fmrrd fixChris Lattner2007-11-281-3/+2
* Fix typoTanya Lattner2007-11-281-1/+1
* Modified instructions to configure llvm-test by configure llvm with the Path ...Tanya Lattner2007-11-281-25/+9
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-2830-63/+60
* Recover compile time regression.Evan Cheng2007-11-284-89/+76
* Add MachineLoopInfo. This is not yet tested.Owen Anderson2007-11-273-1/+245