aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix verification of explicit operands.Jakob Stoklund Olesen2009-09-231-8/+11
* Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as theBob Wilson2009-09-233-10/+1
* Delete attached metadata when an instruction is deleted.Devang Patel2009-09-231-0/+5
* ARM does not support offset folding (yet). Disable it for now.Anton Korobeynikov2009-09-232-0/+7
* Edit a comment.Bob Wilson2009-09-231-2/+1
* Do not leave behind metadata while cloning an instruction.Devang Patel2009-09-232-0/+163
* Fix bug in kill flag updating for post-register-allocation scheduling. When t...David Goodwin2009-09-231-5/+48
* Fix a struct/class mismatch.Benjamin Kramer2009-09-231-1/+1
* Fix PR5024. LiveVariables physical register defs should *commit* only after allEvan Cheng2009-09-232-32/+97
* Fix a obvious logic error.Evan Cheng2009-09-231-15/+15
* errorstr can be null, don't unconditionally set it. Only report thatChris Lattner2009-09-231-6/+9
* Make EngineBuilder return more error codes, by KS Sreeram.Chris Lattner2009-09-231-13/+22
* Give MachineMemOperand an operator<<, factoring out code fromDan Gohman2009-09-234-38/+59
* Fix X86's unfoldMemoryOperand to properly handle MachineMemOperands.Dan Gohman2009-09-231-1/+5
* This is overly constraining with respect to clang.Mike Stump2009-09-231-3/+0
* No need to verify that malloc's return type is i8*.Victor Hernandez2009-09-222-11/+1
* Use early returns.David Goodwin2009-09-221-59/+61
* ... missed hiding a variable for MSVC only.Daniel Dunbar2009-09-221-0/+2
* Hide MSVC specific CRT interaction behind _MSC_VER.Daniel Dunbar2009-09-221-1/+7
* Remove the GetProcessId() call from Win32/Program.inc, take 2.Mikhail Glushenkov2009-09-221-9/+23
* Fix commento.Daniel Dunbar2009-09-221-2/+1
* Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...Daniel Dunbar2009-09-221-1/+39
* Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-regi...Evan Cheng2009-09-221-6/+22
* Use Compiler.h macro instead of __attribute__.Daniel Dunbar2009-09-221-1/+1
* Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar2009-09-222-22/+43
* Switch FoldingSet::AddString to StringRef based API.Daniel Dunbar2009-09-221-11/+3
* Workaround what I believe is an MSVC bug where it emits a definition for aDaniel Dunbar2009-09-221-0/+3
* Switch DIDescriptor to use a TrackingVH. - This makes it much safer to work w...Daniel Dunbar2009-09-221-3/+12
* Add a TrackingVH value handle.Daniel Dunbar2009-09-221-0/+13
* Fix a pasto. Also simplify for Bill's benefit.Evan Cheng2009-09-221-2/+4
* Minor bug fix. LowerSubregs should translate Evan Cheng2009-09-221-0/+1
* Fix PR5023: The instruction form of DominatorTree::dominates did not Chris Lattner2009-09-211-1/+7
* move DominatorTree::dominates for instructions out of line,Chris Lattner2009-09-211-0/+19
* tidy upChris Lattner2009-09-211-18/+17
* tidy upChris Lattner2009-09-211-7/+8
* Clean up spill weight computation. Also some changes to give loop inductionEvan Cheng2009-09-212-60/+101
* Add Cortex-A8 VFP model.David Goodwin2009-09-214-99/+370
* Change MachineMemOperand's alignment value to be the alignment ofDan Gohman2009-09-214-5/+5
* Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-poolDan Gohman2009-09-212-16/+42
* Recognize SSE min and max opportunities in even more cases.Dan Gohman2009-09-211-37/+119
* Fix the offset values for these memoperands. For frame objects, theDan Gohman2009-09-212-2/+2
* big endian systems shift by bits too, hopefully this will fix the ppc Chris Lattner2009-09-211-1/+1
* Nick pointed out that DominanceFrontier and DominanceTree are preservedDan Gohman2009-09-211-2/+0
* Remove the special-case for constants in PHI nodes; it's not reallyDan Gohman2009-09-211-3/+0
* fix PR5016, a crash I introduced in GVN handing first classChris Lattner2009-09-211-10/+38
* Fix this assertion string to mention subreg_to_reg.Dan Gohman2009-09-211-2/+2
* initialize SymbolsCanStartWithDigit to false by defaultNuno Lopes2009-09-211-1/+1
* Update cmake.Xerxes Ranby2009-09-211-0/+1
* Verify that phi instructions refer to MBBs in the CFG.Jakob Stoklund Olesen2009-09-211-7/+8
* enable non-local analysis and PRE of large store -> little load.Chris Lattner2009-09-211-30/+66