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
*
Print out a new label only if the debug location *tuple* is different. The debug
Bill Wendling
2009-02-19
1
-0
/
+7
*
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
1
-5
/
+5
*
Use a sign-extend instead of a zero-extend when promoting a
Dan Gohman
2009-02-18
1
-0
/
+5
*
Clarify the definition of "latch block" in a comment.
Dan Gohman
2009-02-18
1
-4
/
+4
*
Add explicit keywords.
Dan Gohman
2009-02-18
1
-1
/
+1
*
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2009-02-18
4
-0
/
+34
*
Factor out the code to add a MachineOperand to a MachineInstrBuilder.
Dan Gohman
2009-02-18
1
-2
/
+25
*
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
5
-7
/
+7
*
allow TimeRegion to take a potentially-null pointer to a
Chris Lattner
2009-02-18
1
-4
/
+9
*
The debugger sometimes lookup dynamically in the runtime to find ivar info of...
Devang Patel
2009-02-17
2
-2
/
+9
*
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-17
2
-120
/
+120
*
Emit debug info for bitfields.
Devang Patel
2009-02-17
1
-3
/
+6
*
Add a method to ScalarEvolution for telling it when a loop has been
Dan Gohman
2009-02-17
1
-0
/
+5
*
Move dumpPassStructure out of line.
Dan Gohman
2009-02-17
1
-9
/
+2
*
Tidy whitespace.
Dan Gohman
2009-02-17
1
-17
/
+16
*
--- Merging (from foreign repository) r64714 into '.':
Bill Wendling
2009-02-17
1
-5
/
+2
*
Strengthen the "non-constant stride must dominate loop preheader" check.
Evan Cheng
2009-02-17
2
-0
/
+26
*
Add llvm::RoundUpToAlignment.
Daniel Dunbar
2009-02-16
1
-0
/
+12
*
Fix bug where APSInt::operator-- incremented instead of decremented.
Ted Kremenek
2009-02-16
1
-1
/
+1
*
80-column violation.
Mikhail Glushenkov
2009-02-15
1
-1
/
+2
*
Add mode_t to the config.h generated by cmake on win32. Used by clang.
Cedric Venet
2009-02-14
1
-0
/
+3
*
Unbreak the build on win32.
Cedric Venet
2009-02-14
3
-4
/
+4
*
80-column violation.
Mikhail Glushenkov
2009-02-14
1
-16
/
+16
*
The trampoline intrinsic can be marked IntrWriteArgMem,
Duncan Sands
2009-02-14
1
-1
/
+1
*
IntrWriteArgMem implies nocapture, but this wasn't
Duncan Sands
2009-02-14
1
-17
/
+16
*
Correct a comment: since AccessArguments is now
Duncan Sands
2009-02-13
1
-3
/
+3
*
Remove non-DebugLoc versions of BuildMI.
Dale Johannesen
2009-02-13
1
-26
/
+0
*
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-12
1
-12
/
+0
*
Teach IndVarSimplify to optimize code using the C "int" type for
Dan Gohman
2009-02-12
1
-2
/
+5
*
Add suppport for ConstantExprs of shufflevectors whose result type is not equ...
Nate Begeman
2009-02-12
1
-1
/
+2
*
Add a utility function to LoopInfo to return the exit block
Dan Gohman
2009-02-12
1
-0
/
+10
*
Add operator->, patch by Ben Laurie!
Chris Lattner
2009-02-12
1
-0
/
+1
*
Add method 'isSingleton()' to ImmutableSet. This returns true if the set con...
Ted Kremenek
2009-02-12
1
-1
/
+4
*
Fill in a glaring omission in derived User classes, namely
Gabor Greif
2009-02-11
1
-0
/
+28
*
Add FoldingSet profile method for bools. Patch by Ben Laurie!
Ted Kremenek
2009-02-11
1
-0
/
+1
*
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
[next]