summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add count/not tools as executables.Daniel Dunbar2009-09-24
* unconditionally compute MMI even if the target doesn't support EH or Debug in...Chris Lattner2009-09-24
* reapply r82348 with a fix, thanks Jeffrey.Chris Lattner2009-09-24
* Fix PR5024 with a big hammer: disable the double-def assertion in the scavenger.Evan Cheng2009-09-24
* Clean up LiveVariables and change how it deals with partial updates and kills...Evan Cheng2009-09-24
* Roll back r82348, which introduced an infinite loop in ParseCStringVector() thatJeffrey Yasskin2009-09-24
* A minor improvment in accuracy to inline costDale Johannesen2009-09-23
* Disable test; what it's testing for is wrong.Dale Johannesen2009-09-23
* Checkpoint NEON scheduling itineraries.David Goodwin2009-09-23
* Use getStoreSize() instead of getStoreSizeInBits()/8.Dan Gohman2009-09-23
* Spruce up some comments.Dan Gohman2009-09-23
* Rename several variables from EVT to more descriptive names, now that EVTDan Gohman2009-09-23
* Add an EVT::getStoreSize function, like getStoreSizeInBits but in bytes.Dan Gohman2009-09-23
* Fix verification of explicit operands.Jakob Stoklund Olesen2009-09-23
* Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as theBob Wilson2009-09-23
* Correct a comment.Dan Gohman2009-09-23
* Delete attached metadata when an instruction is deleted.Devang Patel2009-09-23
* ARM does not support offset folding (yet). Disable it for now.Anton Korobeynikov2009-09-23
* Edit a comment.Bob Wilson2009-09-23
* Do not leave behind metadata while cloning an instruction.Devang Patel2009-09-23
* Add nounwind.Evan Cheng2009-09-23
* s/*Location/*DebugLocation/gDevang Patel2009-09-23
* PR4047: Permit configure --enable-targets=host,cpp for example. "host" has theJeffrey Yasskin2009-09-23
* Fix bug in kill flag updating for post-register-allocation scheduling. When t...David Goodwin2009-09-23
* Fix a struct/class mismatch.Benjamin Kramer2009-09-23
* Make the type traits for a const pointer defer to those for a unqualifiedJohn McCall2009-09-23
* Fix PR5024. LiveVariables physical register defs should *commit* only after allEvan Cheng2009-09-23
* Fix a obvious logic error.Evan Cheng2009-09-23
* pretty mechanical changes to match coding guidelines (blessed by sabre on IRC)Gabor Greif2009-09-23
* errorstr can be null, don't unconditionally set it. Only report thatChris Lattner2009-09-23
* Make EngineBuilder return more error codes, by KS Sreeram.Chris Lattner2009-09-23
* Give MachineMemOperand an operator<<, factoring out code fromDan Gohman2009-09-23
* Fix X86's unfoldMemoryOperand to properly handle MachineMemOperands.Dan Gohman2009-09-23
* This is overly constraining with respect to clang.Mike Stump2009-09-23
* Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar2009-09-22
* Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.Erick Tryzelaar2009-09-22
* Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar2009-09-22
* Add SetLocation() to allow IRBuilder user to set location info for an instruc...Devang Patel2009-09-22
* Check exisiting dbg MDKind first. Devang Patel2009-09-22
* No need to verify that malloc's return type is i8*.Victor Hernandez2009-09-22
* Use early returns.David Goodwin2009-09-22
* Revert "Don't allow formatted_ostream to be unbuffered, even if its underlyingDaniel Dunbar2009-09-22
* ... missed hiding a variable for MSVC only.Daniel Dunbar2009-09-22
* Hide MSVC specific CRT interaction behind _MSC_VER.Daniel Dunbar2009-09-22
* Remove the GetProcessId() call from Win32/Program.inc, take 2.Mikhail Glushenkov2009-09-22
* Fix commento.Daniel Dunbar2009-09-22
* lit: When executing shell scripts internally, don't allow piped stderr on anyDaniel Dunbar2009-09-22
* Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...Daniel Dunbar2009-09-22
* Forgot this.Evan Cheng2009-09-22
* Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-regi...Evan Cheng2009-09-22