aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a hypothetical problem for targets with StackGrowsUp and a non-zeroBob Wilson2009-09-241-4/+5
* Move parent assertion check before metadata deletion.Devang Patel2009-09-241-1/+1
* Don't constant propagate byval pointers, since they are not really pointers, butEdwin Török2009-09-243-1/+30
* Add count/not tools as executables.Daniel Dunbar2009-09-2410-30/+123
* unconditionally compute MMI even if the target doesn't support EH or Debug in...Chris Lattner2009-09-241-9/+6
* reapply r82348 with a fix, thanks Jeffrey.Chris Lattner2009-09-241-33/+24
* Fix PR5024 with a big hammer: disable the double-def assertion in the scavenger.Evan Cheng2009-09-242-39/+25
* Clean up LiveVariables and change how it deals with partial updates and kills...Evan Cheng2009-09-245-209/+170
* Roll back r82348, which introduced an infinite loop in ParseCStringVector() thatJeffrey Yasskin2009-09-242-22/+81
* A minor improvment in accuracy to inline costDale Johannesen2009-09-231-6/+14
* Disable test; what it's testing for is wrong.Dale Johannesen2009-09-231-0/+3
* Checkpoint NEON scheduling itineraries.David Goodwin2009-09-235-330/+367
* Use getStoreSize() instead of getStoreSizeInBits()/8.Dan Gohman2009-09-234-6/+6
* Spruce up some comments.Dan Gohman2009-09-231-6/+9
* Rename several variables from EVT to more descriptive names, now that EVTDan Gohman2009-09-236-60/+61
* Add an EVT::getStoreSize function, like getStoreSizeInBits but in bytes.Dan Gohman2009-09-231-1/+7
* 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
* Correct a comment.Dan Gohman2009-09-231-1/+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-234-1/+171
* Add nounwind.Evan Cheng2009-09-231-1/+1
* s/*Location/*DebugLocation/gDevang Patel2009-09-231-17/+19
* PR4047: Permit configure --enable-targets=host,cpp for example. "host" has theJeffrey Yasskin2009-09-232-65/+72
* 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
* Make the type traits for a const pointer defer to those for a unqualifiedJohn McCall2009-09-231-3/+7
* Fix PR5024. LiveVariables physical register defs should *commit* only after allEvan Cheng2009-09-234-33/+125
* Fix a obvious logic error.Evan Cheng2009-09-232-15/+139
* pretty mechanical changes to match coding guidelines (blessed by sabre on IRC)Gabor Greif2009-09-231-41/+41
* 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-237-47/+74
* 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
* Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar2009-09-2218-3/+3503
* Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.Erick Tryzelaar2009-09-225-9/+25
* Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar2009-09-227-104/+103
* Add SetLocation() to allow IRBuilder user to set location info for an instruc...Devang Patel2009-09-221-3/+9
* Check exisiting dbg MDKind first. Devang Patel2009-09-221-3/+3
* 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
* Revert "Don't allow formatted_ostream to be unbuffered, even if its underlyingDaniel Dunbar2009-09-221-6/+1
* ... 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
* lit: When executing shell scripts internally, don't allow piped stderr on anyDaniel Dunbar2009-09-221-3/+21