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
Age
Commit message (
Expand
)
Author
2012-10-02
Handle reserved registers more accurately in handleMove().
Jakob Stoklund Olesen
2012-10-02
[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type
Chad Rosier
2012-10-02
Make sure the whole live range is covered when values are pruned twice.
Jakob Stoklund Olesen
2012-10-02
Allow alternate instructions to silence bot.
Eric Christopher
2012-10-02
80-col.
Eric Christopher
2012-10-02
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
Don't use a debug location for frame setup instructions in the
Eric Christopher
2012-10-02
Use the existing DebugLoc.
Eric Christopher
2012-10-02
Make the location a parameter since we may not want the next one
Eric Christopher
2012-10-02
Remove the SavePoint infrastructure from fast isel, replace
Eric Christopher
2012-10-02
Set the 'build clang only' flag when we're building only clang.
Bill Wendling
2012-10-02
Improve overflow detection in StringRef::getAsUnsignedInteger().
Nick Kledzik
2012-10-02
Fix another crasher in SROA, reported by Joel.
Chandler Carruth
2012-10-02
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-02
Fix a silly coding error on my part. The whole point of the speculator
Chandler Carruth
2012-10-02
Fix broken tests.
Benjamin Kramer
2012-10-02
Fix PR13991: legalizing an overflowing multiplication operation is harder than
Duncan Sands
2012-10-02
Add default JIT LIT variable.
James Molloy
2012-10-02
Turn the new SROA pass back on. Let's see if it sticks this time. =]
Chandler Carruth
2012-10-02
Fix 80-column violations. Cleanup whitespace in generated code.
Chad Rosier
2012-10-01
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.
NAKAMURA Takumi
2012-10-01
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-10-01
checking test case for r164811. was an omission to not check this in. this w...
Reed Kotler
2012-10-01
[ms-inline asm] Expose the getReg() function in the base class.
Chad Rosier
2012-10-01
[Docs] Update File Headers section to cover doxygen style file level docs.
Michael J. Spencer
2012-10-01
Re-enable support for --program-prefix.
Jordan Rose
2012-10-01
Forgot the SPIR test case.
Micah Villmow
2012-10-01
Add in support for SPIR to LLVM core. This adds a new target and two new call...
Micah Villmow
2012-10-01
Fix PR13899
Michael Liao
2012-10-01
Provide a shortcut for MCObjectStreamer when emitting fills.
Benjamin Kramer
2012-10-01
Fix more misspellings found by Duncan during review.
Chandler Carruth
2012-10-01
Make this plural. Spotted by Duncan in review (and a very old typo, this
Chandler Carruth
2012-10-01
Prune some unnecessary includes.
Chandler Carruth
2012-10-01
Fix several issues with alignment. We weren't always accounting for type
Chandler Carruth
2012-10-01
TargetData: s/uint32_t/unsigned/ per Kuba's request.
Benjamin Kramer
2012-10-01
SimplifyCFG: Don't crash when forming a switch bitmap with an undef default v...
Benjamin Kramer
2012-10-01
Factor the PHI and select speculation into a separate rewriter. This
Chandler Carruth
2012-10-01
Use constants for all return values in switch. Allows clang to optimize it in...
Craig Topper
2012-10-01
Refactor the PartitionUse structure to actually use the Use* instead of
Chandler Carruth
2012-09-30
Use dyn_cast instead of isa and cast.
Jakub Staszak
2012-09-30
SimplifyCFG: Enumerating all predecessors of a BB can be expensive (switches)...
Benjamin Kramer
2012-09-30
RST docs: convert HTML escapes to plain text in code examples.
Dmitri Gribenko
2012-09-30
Sphinx CSS: remove negative letter-spacing, it makes some fonts look really
Dmitri Gribenko
2012-09-30
Fix && to && in Coding Standards.
Jakub Staszak
2012-09-30
Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...
Craig Topper
2012-09-30
ArgumentPromotion: Remove ancient workaround for a bug in the C backend.
Benjamin Kramer
2012-09-30
Ignore apparent buffer overruns on external or weak globals. This is a major
Duncan Sands
2012-09-30
Revert r164910 because it causes failures to several phase2 builds.
Nadav Rotem
2012-09-30
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
[prev]
[next]