aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* upgrade testChris Lattner2007-11-132-11/+11
* Run computeDomForest() on the set of registers that need to be tested forOwen Anderson2007-11-131-5/+6
* Preserve LiveVariables when doing critical edge splitting.Owen Anderson2007-11-131-2/+13
* Wow. I definitely shouldn't write code when I'm tird.Owen Anderson2007-11-131-19/+24
* Revert previous; these files aren't ready to go in yet.Dale Johannesen2007-11-132-2/+3
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-1320-32/+32
* Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin.Chris Lattner2007-11-131-8/+30
* Fix x86-64 jit: remove reliance on Dwarf numbers.Evan Cheng2007-11-132-12/+29
* Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling2007-11-137-28/+32
* Implement PR1786 by iterating between dead cycle eliminationChris Lattner2007-11-132-33/+163
* Many typos, grammaro, and wording fixes. Patch byChris Lattner2007-11-133-85/+81
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-1317-70/+129
* Renamed serialization method "Materialize" to "Create". This is an API change.Ted Kremenek2007-11-132-14/+15
* Fixed bug with inconsistent serialization/deserialization in matchingTed Kremenek2007-11-132-0/+48
* Move SYSCTL stuff close to where it's used.Bill Wendling2007-11-121-15/+15
* Build universal llvm.Devang Patel2007-11-121-8/+4
* Completely forgot, that we have some debug information emission on PPC. This ...Anton Korobeynikov2007-11-121-2/+2
* Added JumpTable supportBruno Cardoso Lopes2007-11-126-34/+142
* Added versions of ReadPtr that takes an explicit SerializedPtrID. This allowsTed Kremenek2007-11-122-7/+27
* Break critical edges coming into blocks with PHI nodes.Owen Anderson2007-11-121-0/+26
* Typo fix in the tutorial.Gordon Henriksen2007-11-121-2/+2
* Compile fix.Duncan Sands2007-11-121-0/+1
* Add a flag for indirect branch instructions.Owen Anderson2007-11-1210-7/+16
* Refactor some code.Evan Cheng2007-11-124-300/+358
* Fix rewriting of PHI nodes.Owen Anderson2007-11-121-6/+17
* Updated VC++ build systemHartmut Kaiser2007-11-122-15/+15
* Remove unnecessary #include's.Owen Anderson2007-11-121-2/+0
* As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really needOwen Anderson2007-11-124-54/+13
* Fix on 64-bit machines.Owen Anderson2007-11-121-1/+1
* Clarify the meaning of '-2' register numberAnton Korobeynikov2007-11-111-2/+4
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-1123-877/+933
* Add convenient helper to obtain list of intsAnton Korobeynikov2007-11-112-1/+26
* Add CCAssignToStackABISizeAlign for convenience inDale Johannesen2007-11-103-5/+24
* Fixed a bug introduced by my last patch. Now we properly clear out the Batch...Ted Kremenek2007-11-101-0/+2
* Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passe...Ted Kremenek2007-11-101-2/+4
* Updated method signature to conform with the typedef in the method prototype.Ted Kremenek2007-11-101-1/+1
* Update tailcall code to include inline attribute operand for memcpy. Arnold Schwaighofer2007-11-102-3/+19
* Added "random access" to the Deserializer to allow a client to jump to anyTed Kremenek2007-11-102-10/+153
* Made Deserializer a friend class of BitstreamReader.Ted Kremenek2007-11-101-5/+14
* Added -test-opts to specify test options.Evan Cheng2007-11-101-0/+1
* Update links.Chris Lattner2007-11-091-6/+3
* Fix tests.Evan Cheng2007-11-092-7/+5
* Fixed a strange construct. Please review.Hartmut Kaiser2007-11-091-1/+1
* Updated VC++ build systemHartmut Kaiser2007-11-092-5/+5
* try againChris Lattner2007-11-091-1/+1
* Unbreak x86-64 jumptable.Evan Cheng2007-11-091-1/+5
* Silence a warningAnton Korobeynikov2007-11-091-1/+1
* Revert previous rewrite per chris's comments.Dale Johannesen2007-11-092-206/+155
* Tighten up a check for folding away loads from (newly constant) globals. ThisChris Lattner2007-11-092-6/+30
* Thanks to the XTARGET line, this test should stillDuncan Sands2007-11-091-0/+1