aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* The expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not d...Jeff Cohen2007-04-211-2/+2
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-213-12/+43
* Fix some null checks to actually test the part that needs checking.Owen Anderson2007-04-211-3/+2
* Add super-register set.Evan Cheng2007-04-211-1/+13
* Fix a problem where primitive types lose their name after llvm_shutdown is ca...Chris Lattner2007-04-201-1/+0
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-203-5/+31
* Add sub-registers set accessor.Evan Cheng2007-04-201-0/+8
* Add sub-register sets.Evan Cheng2007-04-201-0/+3
* Move more passes to using ETForest instead of DominatorTree.Owen Anderson2007-04-201-2/+2
* Add null checks and const-ify these accessors.Owen Anderson2007-04-201-2/+5
* Fix a very strange assertion message, patch by Christopher LambChris Lattner2007-04-201-1/+1
* Fix some VC++ warnings.Jeff Cohen2007-04-191-4/+4
* Add accessor to get the blocks immediately dominated by a given block to ETFo...Owen Anderson2007-04-182-0/+22
* VarInfo::UsedBlocks is no longer used. Remove.Evan Cheng2007-04-181-4/+0
* Add an accessor to make ETForest more useful.Owen Anderson2007-04-181-0/+7
* Don't populate TryAgainList when coalescing only physical registers with virt...Evan Cheng2007-04-181-1/+1
* what's an & between friends?Chris Lattner2007-04-181-1/+1
* Copy coalescing change to prevent a physical register from being pin to aEvan Cheng2007-04-171-2/+6
* Add a register allocation preference field; add a method to compute size of a...Evan Cheng2007-04-171-1/+6
* Change getAllocatableSet() so it returns allocatable registers for a specific...Evan Cheng2007-04-171-2/+4
* Keep track of number of uses within the function per virtual register.Evan Cheng2007-04-171-1/+5
* Commit an patch from Gabor Greif in Mar 2005. This eliminates the tailChris Lattner2007-04-171-18/+37
* make getnext/getprev accessors private.Chris Lattner2007-04-172-15/+15
* make next/prev accessors privateChris Lattner2007-04-171-6/+8
* bool on darwin/ppc is 4 bytes.Chris Lattner2007-04-171-2/+2
* Instruction:: Next/Prev accessors are now privateChris Lattner2007-04-171-7/+8
* Implemented correct stack probing on mingw/cygwin for dynamic alloca's.Anton Korobeynikov2007-04-171-4/+5
* Fix build breakage on 64-bit systems.Jeff Cohen2007-04-173-5/+5
* merge several fields in GlobalValue to use the same word, move CallingConvChris Lattner2007-04-172-10/+13
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-174-3/+61
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-178-54/+61
* urr, yeah.Chris Lattner2007-04-171-4/+2
* Fix 80 col violations.Reid Spencer2007-04-161-4/+4
* Proivde getAnalysis<FPAnalysis>(Func) support.Devang Patel2007-04-162-0/+41
* Give each pass manager chance to manage lower level analysis pass, which isDevang Patel2007-04-161-5/+20
* Add getPotentialPassManagerType(). No functionality change, yet.Devang Patel2007-04-163-1/+31
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-169-29/+31
* For PR1328:Reid Spencer2007-04-161-1/+1
* Tabs -> SpacesOwen Anderson2007-04-152-12/+12
* Remove ImmediateDominator analysis. The same information can be obtained fro...Owen Anderson2007-04-153-158/+44
* Make ETForest depend on DomTree rather than IDom. This is the first stepOwen Anderson2007-04-141-5/+5
* Fix PR1329.Jeff Cohen2007-04-141-0/+4
* add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.Chris Lattner2007-04-141-0/+5
* Implement a getBitsNeeded method to determine how many bits are needed toReid Spencer2007-04-131-0/+6
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-1311-33/+33
* CSE simple binary expressions when they are inserted. This makes LSR produceChris Lattner2007-04-131-4/+7
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-122-3/+9
* For PR1284:Reid Spencer2007-04-121-2/+5
* improve the patch for PR1318 to also support grouped options with customChris Lattner2007-04-121-0/+5
* For PR1146:Reid Spencer2007-04-111-18/+49