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
2012-04-09
Fix accidentally constant conditions found by uncommitted improvements to -Wc...
David Blaikie
2012-04-09
s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...
Bill Wendling
2012-04-09
Add a hook to turn on the internalize pass through the LTO interface.
Bill Wendling
2012-04-08
Teach LLVM about a PIE option which, when enabled on top of PIC, makes
Chandler Carruth
2012-04-08
Move the TLSModel information into the TargetMachine rather than hiding
Chandler Carruth
2012-04-08
Allow subclasses of the ValueHandleBase to store information as part of the
Bill Wendling
2012-04-07
Perform partial SROA on the helper hashing structure. I really wish the
Chandler Carruth
2012-04-07
Refactor: Use positive field names in VectorizeConfig.
Hongbin Zheng
2012-04-07
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2012-04-06
Reintroduce InlineCostAnalyzer::getInlineCost() variant with explicit callee
David Chisnall
2012-04-06
DenseMap: Perform the pod-like object optimization when the value type is POD...
Benjamin Kramer
2012-04-05
Fix the build breakage introduced by r154131.
Kaelyn Uhrain
2012-04-05
Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to be
Kaelyn Uhrain
2012-04-05
Introduce the VectorizeConfig class, with which we can control the behavior
Hongbin Zheng
2012-04-05
Add the function "vectorizeBasicBlock" which allow users vectorize a
Hongbin Zheng
2012-04-04
Fix -Wnon-virtual-dtor warnings.
Michael J. Spencer
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
Move yaml::Stream's dtor out of line so it can see Scanner's dtor.
Benjamin Kramer
2012-04-04
Implement DwarfLLVMRegPair::operator< without violating asymmetry.
Benjamin Kramer
2012-04-03
Sorry about that. MSVC seems to accept just about any random string you give ...
Michael J. Spencer
2012-04-03
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
Matrix simplification in PBQP may push infinite costs onto register options.
Lang Hames
2012-04-03
Add a line number for the scope of the function (starting at the first
Eric Christopher
2012-04-03
Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...
Pete Cooper
2012-04-02
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
Make dominatedBySlowTreeWalk private and assert cases handled by the caller.
Rafael Espindola
2012-04-02
Add an option to turn off the expensive GVN load PRE part of GVN.
Bill Wendling
2012-04-02
Add predicates for checking whether targets have free FNEG and FABS operation...
Owen Anderson
2012-04-02
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
Add triple support for the IBM BG/P and BG/Q supercomputers.
Hal Finkel
2012-04-02
Add missing 'd'.
Rafael Espindola
2012-04-02
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-01
Start cleaning up the InlineCost class. This switches to sentinel values
Chandler Carruth
2012-04-01
Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...
Benjamin Kramer
2012-04-01
misched: Add finalizeScheduler to complete the target interface.
Andrew Trick
2012-03-31
Add a workaround for building with old versions of clang.
Rafael Espindola
2012-03-31
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-31
Remove a bunch of empty, dead, and no-op methods from all of these
Chandler Carruth
2012-03-31
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-31
Add support to the InstVisitor for visiting a generic callsite. The
Chandler Carruth
2012-03-31
Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.
Bill Wendling
2012-03-30
Reapply 153764 and 153761 with a fix.
Jakob Stoklund Olesen
2012-03-30
Revert 153764 and 153761. They broke a --enable-optimized --enable-assertions
Rafael Espindola
2012-03-30
Compress register lists by sharing suffixes.
Jakob Stoklund Olesen
2012-03-30
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2012-03-30
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-29
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
Lowercase the tag name to match the rest of dwarf.
Eric Christopher
[prev]
[next]