aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move MinAlign to MathExtras.h.Duncan Sands2007-11-095-31/+8
* Fix indentAnton Korobeynikov2007-11-091-12/+11
* Forget to commit users part of value mapper interfaceAnton Korobeynikov2007-11-094-4/+4
* And delete this oneAnton Korobeynikov2007-11-091-29/+0
* Make this header publicAnton Korobeynikov2007-11-091-0/+29
* Fix some load/store logic that would be wrong forDuncan Sands2007-11-093-6/+17
* Add terminating newline.Duncan Sands2007-11-091-1/+1
* Check that the first and third characters, s and u,Duncan Sands2007-11-091-0/+3
* Check that accesses to the second short, t, haveDuncan Sands2007-11-091-0/+3
* Initial commit of files that support building LLVM the "Apple" way.Bill Wendling2007-11-092-0/+327
* Add a link to the tutorial.Nick Lewycky2007-11-091-0/+2