aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Much improved pic jumptable codegen:Evan Cheng2007-11-0912-27/+87
* Didn't mean to check these in.Evan Cheng2007-11-092-14/+11
* Bug fix. Passive nodes are not in SUnitMap.Evan Cheng2007-11-093-14/+20
* Adding some recently added files to the VStudio projectsChuck Rose III2007-11-092-0/+12
* Rewrite Dwarf number handling per review comments.Dale Johannesen2007-11-092-155/+206
* Updated Deserializer class to provide more information about the currentTed Kremenek2007-11-092-52/+111
* Run this test only on darwin.Devang Patel2007-11-081-1/+1
* This preserves critical edge breaking.Owen Anderson2007-11-081-0/+1
* Make BreakCriticalMachineEdges available as a pass that can be depended on.Owen Anderson2007-11-082-1/+5
* Added typedef "SerializedPtrID" to represent the pointer handle written to diskTed Kremenek2007-11-085-26/+84
* Better checkAndrew Lenharth2007-11-082-2/+5
* Fix PR1780Andrew Lenharth2007-11-082-1/+20
* [ARM] Implement __builtin_thread_pointer.Lauro Ramos Venancio2007-11-084-1/+48
* If both parts of smul_lohi, etc. are used, don't simplify. If only one part i...Evan Cheng2007-11-082-30/+160
* Add the majority of machine-level critical edge breaking pass. Most of this ...Owen Anderson2007-11-081-0/+131
* Take another stab at getting isLiveIn() and isLiveOut() right.Owen Anderson2007-11-081-8/+11
* Fix MachineDominators' getAnalysisUsage.Owen Anderson2007-11-081-4/+5
* Oops, forgot to commit this file.Owen Anderson2007-11-081-0/+4
* Bring UsedBlocks back. StrongPHIElimination needs this information.Owen Anderson2007-11-083-1/+15
* Revised BatchEmitOwnedPtrs to work better with constant pointers.Ted Kremenek2007-11-081-1/+1
* Revised implementation of BatchReadOwnedPtrs() that deserializes anTed Kremenek2007-11-081-10/+13
* Fixed bug where we did not properly serialize owned objects due to a missingTed Kremenek2007-11-071-1/+1
* Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/readsTed Kremenek2007-11-072-0/+21
* Added methods to batch emit and deserialize owned pointers. This allowsTed Kremenek2007-11-072-4/+67
* Complete conditionalization of Dwarf reg numbers.Dale Johannesen2007-11-072-41/+86
* Add testcaseBill Wendling2007-11-071-0/+4
* Updated VC++ build systemHartmut Kaiser2007-11-0729-55/+59
* Fixed compilation errors on VC++.Hartmut Kaiser2007-11-071-0/+2
* Implemented generic serialization of APFloat.Ted Kremenek2007-11-073-0/+52
* Implemented serialization of signed integers.Ted Kremenek2007-11-075-2/+41
* Simplify my (il)logic.Evan Cheng2007-11-071-11/+2
* minor editChris Lattner2007-11-071-1/+1
* final edits.Chris Lattner2007-11-071-12/+13
* chapter 7 editsChris Lattner2007-11-071-9/+10
* edits for chapter 7Chris Lattner2007-11-071-15/+14
* edits for chapter 5Chris Lattner2007-11-071-12/+13
* minor editsChris Lattner2007-11-071-25/+28
* Add some more of StrongPHIElim.Owen Anderson2007-11-071-12/+74
* edits.Chris Lattner2007-11-071-26/+28
* Added special version of ReadPtr() that returns a deserialized pointerTed Kremenek2007-11-071-1/+4
* Fixed default ctor for APInt to properly initialize BitWidth to aTed Kremenek2007-11-071-1/+1
* Interchange Dwarf numbers of ESP and EBP on x86 Darwin.Dale Johannesen2007-11-073-1/+21
* Implement the XTARGET feature for PR1778Tanya Lattner2007-11-061-4/+31
* Serializer no longer automatically emits a root-level block in the bitstream.Ted Kremenek2007-11-062-8/+3
* Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is all...Ted Kremenek2007-11-062-10/+16
* make smallptrset more const and type correct, which caught a fewChris Lattner2007-11-062-15/+30
* Remainder operations must be either integer or floating-point.Dan Gohman2007-11-061-1/+3
* fix const correctness, BB is const, so its predecessors are tooChris Lattner2007-11-061-1/+1
* don't put erase or query for non-allocainst pointers in an set of allocainsts*'sChris Lattner2007-11-061-3/+6
* Implement PR1777 by detecting dependent phis thatChris Lattner2007-11-062-0/+93