index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2009-02-20
Add an accessor method to DwarfWriter to tell of debugging info should be emi...
Bill Wendling
2009-02-20
Add a default debug location object to the Machine Function. It's used to emi...
Bill Wendling
2009-02-19
Describe tail merging's use of InsertBranch.
Dale Johannesen
2009-02-19
Print out a new label only if the debug location *tuple* is different. The debug
Bill Wendling
2009-02-18
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
Use a sign-extend instead of a zero-extend when promoting a
Dan Gohman
2009-02-18
Clarify the definition of "latch block" in a comment.
Dan Gohman
2009-02-18
Add explicit keywords.
Dan Gohman
2009-02-18
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2009-02-18
Factor out the code to add a MachineOperand to a MachineInstrBuilder.
Dan Gohman
2009-02-18
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
allow TimeRegion to take a potentially-null pointer to a
Chris Lattner
2009-02-17
The debugger sometimes lookup dynamically in the runtime to find ivar info of...
Devang Patel
2009-02-17
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-17
Emit debug info for bitfields.
Devang Patel
2009-02-17
Add a method to ScalarEvolution for telling it when a loop has been
Dan Gohman
2009-02-17
Move dumpPassStructure out of line.
Dan Gohman
2009-02-17
Tidy whitespace.
Dan Gohman
2009-02-17
--- Merging (from foreign repository) r64714 into '.':
Bill Wendling
2009-02-17
Strengthen the "non-constant stride must dominate loop preheader" check.
Evan Cheng
2009-02-16
Add llvm::RoundUpToAlignment.
Daniel Dunbar
2009-02-16
Fix bug where APSInt::operator-- incremented instead of decremented.
Ted Kremenek
2009-02-15
80-column violation.
Mikhail Glushenkov
2009-02-14
Add mode_t to the config.h generated by cmake on win32. Used by clang.
Cedric Venet
2009-02-14
Unbreak the build on win32.
Cedric Venet
2009-02-14
80-column violation.
Mikhail Glushenkov
2009-02-14
The trampoline intrinsic can be marked IntrWriteArgMem,
Duncan Sands
2009-02-14
IntrWriteArgMem implies nocapture, but this wasn't
Duncan Sands
2009-02-13
Correct a comment: since AccessArguments is now
Duncan Sands
2009-02-13
Remove non-DebugLoc versions of BuildMI.
Dale Johannesen
2009-02-12
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-12
Teach IndVarSimplify to optimize code using the C "int" type for
Dan Gohman
2009-02-12
Add suppport for ConstantExprs of shufflevectors whose result type is not equ...
Nate Begeman
2009-02-12
Add a utility function to LoopInfo to return the exit block
Dan Gohman
2009-02-12
Add operator->, patch by Ben Laurie!
Chris Lattner
2009-02-12
Add method 'isSingleton()' to ImmutableSet. This returns true if the set con...
Ted Kremenek
2009-02-11
Fill in a glaring omission in derived User classes, namely
Gabor Greif
2009-02-11
Add FoldingSet profile method for bools. Patch by Ben Laurie!
Ted Kremenek
2009-02-11
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-11
It isn't necessary to explicitly clear the contents of std::vector
Dan Gohman
2009-02-10
Factor out more code for computing register live-range informationfor
Dan Gohman
2009-02-10
Enable scalar replacement of AllocaInst whose one of the user is dbg info.
Devang Patel
2009-02-09
incorporate review feedback
Gabor Greif
2009-02-09
80-column violations.
Mikhail Glushenkov
2009-02-09
make sure that BranchInst::getSuccessor() does not assert in cast<>
Gabor Greif
2009-02-09
These function return 'void'. Don't have 'return' return anything.
Bill Wendling
2009-02-09
Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty
Evan Cheng
2009-02-08
80-column violation.
Mikhail Glushenkov
2009-02-08
Add a Sleep() function.
Mikhail Glushenkov
2009-02-08
Fix PR3486. Fix a bug in code that manually patch physical register live inte...
Evan Cheng
[prev]
[next]