index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-11
3
-25
/
+20
*
It isn't necessary to explicitly clear the contents of std::vector
Dan Gohman
2009-02-11
1
-7
/
+2
*
Factor out more code for computing register live-range informationfor
Dan Gohman
2009-02-10
1
-0
/
+15
*
Enable scalar replacement of AllocaInst whose one of the user is dbg info.
Devang Patel
2009-02-10
1
-0
/
+6
*
incorporate review feedback
Gabor Greif
2009-02-09
1
-3
/
+1
*
80-column violations.
Mikhail Glushenkov
2009-02-09
2
-104
/
+107
*
make sure that BranchInst::getSuccessor() does not assert in cast<>
Gabor Greif
2009-02-09
1
-1
/
+3
*
These function return 'void'. Don't have 'return' return anything.
Bill Wendling
2009-02-09
2
-3
/
+3
*
Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty
Evan Cheng
2009-02-09
1
-1
/
+5
*
80-column violation.
Mikhail Glushenkov
2009-02-08
1
-6
/
+6
*
Add a Sleep() function.
Mikhail Glushenkov
2009-02-08
1
-5
/
+10
*
Fix PR3486. Fix a bug in code that manually patch physical register live inte...
Evan Cheng
2009-02-08
1
-0
/
+4
*
Strengthen the previous check.
Evan Cheng
2009-02-08
1
-9
/
+7
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...
Evan Cheng
2009-02-08
1
-0
/
+13
*
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
2
-2
/
+2
*
Change several SmallPtrSetImpl members from public to protected,
Dan Gohman
2009-02-07
1
-8
/
+11
*
Simplify some code by using blocks_begin(), blocks_end(), and
Dan Gohman
2009-02-07
1
-9
/
+5
*
Add an API for strings with possible NULLs in the middle. Refactor the other
Nick Lewycky
2009-02-07
1
-0
/
+1
*
Make SDNode constructors take a DebugLoc always.
Dale Johannesen
2009-02-07
2
-53
/
+36
*
Deleted one line too many. oops.
Dale Johannesen
2009-02-07
1
-0
/
+1
*
Remove now-unused constructors.
Dale Johannesen
2009-02-07
1
-85
/
+0
*
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-07
1
-4
/
+6
*
Constify operators.
Bill Wendling
2009-02-06
1
-2
/
+2
*
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
1
-9
/
+13
*
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-06
1
-8
/
+0
*
Add comparison operators to DebugLoc.
Bill Wendling
2009-02-06
1
-0
/
+3
*
Make Mutex's constructor explicit, and tidy up whitespace.
Dan Gohman
2009-02-06
1
-3
/
+3
*
Deallocate() methods now take a 'const void*' instead of a 'void *', matching...
Ted Kremenek
2009-02-06
1
-4
/
+3
*
Eliminate remaining non-DebugLoc version of getTargetNode.
Dale Johannesen
2009-02-06
1
-20
/
+0
*
Rename SelectionDAGISel::Schedule to
Dan Gohman
2009-02-06
1
-3
/
+5
*
We don't really need the abort here. This unbreak x86_64 linux build.
Evan Cheng
2009-02-06
1
-1
/
+0
*
Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.
Evan Cheng
2009-02-06
2
-14
/
+7
*
Move ScheduleDAGSDNodes.h to be a private header. Front-ends
Dan Gohman
2009-02-06
1
-161
/
+0
*
Add TargetInstrInfo::isSafeToMoveRegisterClassDefs. It returns true if it's s...
Evan Cheng
2009-02-06
1
-4
/
+3
*
Change -1 => negative number.
Evan Cheng
2009-02-06
1
-2
/
+2
*
Move ScheduleDAGInstrs.h to be a private header. Front-ends
Dan Gohman
2009-02-06
1
-82
/
+0
*
Document the meaning of -1 for getCopyCost.
Evan Cheng
2009-02-06
1
-1
/
+2
*
Tidy up the ScheduleDAG class definition a little. Make a few
Dan Gohman
2009-02-06
1
-22
/
+20
*
Don't pass BitVectors by value, pass them by reference.
Roman Levenstein
2009-02-06
1
-2
/
+2
*
Correct strange whitespace.
Nick Lewycky
2009-02-06
1
-1
/
+1
*
get rid of some non-DebugLoc getTargetNode variants.
Dale Johannesen
2009-02-06
1
-17
/
+0
*
Get rid of one more non-DebugLoc getNode and
Dale Johannesen
2009-02-06
1
-4
/
+0
*
Refactor my previous change to maintain the distinction between AliasAnalysis...
Owen Anderson
2009-02-05
1
-9
/
+2
*
Remove a non-DebugLoc version of getNode.
Dale Johannesen
2009-02-05
1
-2
/
+0
*
Revert rev. 63876. It is causing llvm-gcc bootstrap failure.
Devang Patel
2009-02-05
1
-8
/
+0
*
Delete some trailing whiespaces.
Dan Gohman
2009-02-05
1
-15
/
+15
*
Remove 3 non-DebugLoc variants of getNode.
Dale Johannesen
2009-02-05
1
-3
/
+0
*
Ignore dbg intrinsics while propagating conditional expression info.
Devang Patel
2009-02-05
1
-0
/
+8
*
Clarify comments.
Evan Cheng
2009-02-05
1
-3
/
+4
*
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-05
6
-2
/
+64
[next]