aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a Sleep() function.Mikhail Glushenkov2009-02-082-0/+8
* Add Emacs hints to Alarm.inc.Mikhail Glushenkov2009-02-083-8/+8
* add a note.Chris Lattner2009-02-081-0/+31
* fix typoChris Lattner2009-02-081-1/+1
* reject void pointers with a nice error:Chris Lattner2009-02-081-1/+5
* Fix PR3486. Fix a bug in code that manually patch physical register live inte...Evan Cheng2009-02-082-16/+34
* Strengthen the previous check.Evan Cheng2009-02-081-4/+5
* r64073 commit message is lost. Here it is:Evan Cheng2009-02-081-3/+4
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...Evan Cheng2009-02-081-3/+10
* Mistakenly turned this on.Bill Wendling2009-02-081-1/+1
* Revert r63999. It was breaking self-hosting builds.Bill Wendling2009-02-082-3/+9
* Add missing break statements, fixing PR3503.Chris Lattner2009-02-071-8/+11
* Instrcombine should not change load(cast p) to cast(load p) if the castMon P Wang2009-02-071-1/+7
* Use getDebugLoc forwarder instead of getNode()->getDebugLoc.Dale Johannesen2009-02-0712-79/+79
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-0717-28/+27
* Add an API for strings with possible NULLs in the middle. Refactor the otherNick Lewycky2009-02-071-37/+8
* Insert space to avoid warning and make code more readable.Mike Stump2009-02-071-2/+2
* Make SDNode constructors take a DebugLoc always.Dale Johannesen2009-02-071-36/+4
* Enable machine sinking pass in non-fast mode.Evan Cheng2009-02-071-8/+2
* Remove now-unused constructors.Dale Johannesen2009-02-071-21/+0
* Don't sink the instruction if TargetRegisterInfo::isSafeToMoveRegClassDefs do...Evan Cheng2009-02-071-0/+4
* Needs this file too.Dale Johannesen2009-02-071-1/+1
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-0715-81/+97
* Refactor some repeated logic into a separate function.Dan Gohman2009-02-071-2/+7
* Make a comment a doxygen comment.Dan Gohman2009-02-071-4/+4
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-0613-180/+141
* And one more file.Dale Johannesen2009-02-061-3/+4
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-0614-203/+251
* Record debug location information in the Dwarf writer.Bill Wendling2009-02-062-2/+16
* Clear out the CurDebugLoc info when doing a 'clear' on the SDL object.Bill Wendling2009-02-061-0/+1
* Split the locking out of JIT::runJITOnFunction so that callersDan Gohman2009-02-062-5/+9
* Use .size and .type on ELF systems; this helps tools that mapDan Gohman2009-02-061-3/+19
* Eliminate remaining non-DebugLoc version of getTargetNode.Dale Johannesen2009-02-065-64/+31
* Rename SelectionDAGISel::Schedule toDan Gohman2009-02-061-11/+8
* Print globl directive for variables with external linkage (global variables).Sanjiv Gupta2009-02-061-0/+2
* Delete an unused member function.Dan Gohman2009-02-061-2/+0
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-0618-60/+58
* Move ScheduleDAGSDNodes.h to be a private header. Front-endsDan Gohman2009-02-068-8/+169
* Add TargetInstrInfo::isSafeToMoveRegisterClassDefs. It returns true if it's s...Evan Cheng2009-02-063-9/+11
* Move ScheduleDAGInstrs.h to be a private header. Front-endsDan Gohman2009-02-063-2/+84
* Ignore DbgInfoIntrinsics.Devang Patel2009-02-061-1/+3
* fix PR3489, use bits instead of bytes.Chris Lattner2009-02-061-2/+2
* get rid of some non-DebugLoc getTargetNode variants.Dale Johannesen2009-02-063-52/+14
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-0612-287/+317
* Fix a crasher: we need to check that the function is non-null before using it!Owen Anderson2009-02-061-1/+1
* Refactor my previous change to maintain the distinction between AliasAnalysis...Owen Anderson2009-02-054-88/+84
* Ignore dbg intrinsics while propagating conditional expression info. Take 2.Devang Patel2009-02-051-6/+17
* isAsCheapAsMove instructions can have register src operands. Check if they ar...Evan Cheng2009-02-051-0/+3
* Remove a non-DebugLoc version of getNode.Dale Johannesen2009-02-054-47/+50
* Revert rev. 63876. It is causing llvm-gcc bootstrap failure.Devang Patel2009-02-053-19/+16