aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-0322-146/+136
* update file comment.Chris Lattner2007-12-031-2/+5
* Fixed typo.John Criswell2007-12-031-1/+1
* RegenerateAnton Korobeynikov2007-12-032-280/+292
* If ExitValue operand is also defined in Loop header thenDevang Patel2007-12-032-0/+61
* More sanity checks for function types. Anton Korobeynikov2007-12-032-2/+26
* Describe the notion of 'owners' of the code.Chris Lattner2007-12-031-0/+45
* Applying Anton's binmode fix to the other ofstream too.Gordon Henriksen2007-12-031-1/+1
* Sorry, typo :)Anton Korobeynikov2007-12-031-2/+4
* Open output file correctly. This is extremely important forAnton Korobeynikov2007-12-031-1/+1
* TypoEvan Cheng2007-12-031-1/+1
* Update kill info for uses of split intervals.Evan Cheng2007-12-032-11/+17
* Provide hook for _alloca to make JITing on Cygwin slightly happier :)Anton Korobeynikov2007-12-031-3/+11
* lli -trace was removed back in 2003.Nick Lewycky2007-12-031-7/+4
* 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