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-04
Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'.
Jordan Rose
2012-10-04
Enable -schedmodel, but prefer itineraries until we have more benchmark data.
Andrew Trick
2012-10-03
Fix PR13967.
Jakub Staszak
2012-10-03
Add an explicit -object_path_lto flag during linking with a uniquified temporary
Bill Wendling
2012-10-03
Clean up tailing whitespaces
Michael Liao
2012-10-03
Added instregex support to TableGen subtarget emitter.
Andrew Trick
2012-10-03
TableGen subtarget emitter, nearly first class support for SchedAlias.
Andrew Trick
2012-10-03
Cleanup TableGen subtarget emitter.
Andrew Trick
2012-10-03
[ms-inline asm] Default to the 'm' constraint. This matches the behavior of the
Chad Rosier
2012-10-03
[ms-inline asm] Add support in the X86AsmPrinter for printing memory references
Chad Rosier
2012-10-03
This patch moves from using a hard coded number (4)
Jack Carter
2012-10-03
tblgen: Remove last traces of old TableGenMain API.
Sean Silva
2012-10-03
tblgen: Migrate llvm-tblgen to new TableGenMain API.
Sean Silva
2012-10-03
tblgen: Put new TableGenMain API in place.
Sean Silva
2012-10-03
Add function to return return attributes.
Bill Wendling
2012-10-03
Update to use the predicate methods to query if an attribute exists.
Bill Wendling
2012-10-03
Fix a cycle in the DAG. In this code we replace multiple loads with a single ...
Nadav Rotem
2012-10-03
Use unsigned long long instead of uin64_t for OS where that matters.
Nick Kledzik
2012-10-03
Typos.
Chad Rosier
2012-10-03
Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is ...
Benjamin Kramer
2012-10-03
Add getAsUnsignedInteger test case that checks that known bad values are reje...
Nick Kledzik
2012-10-03
No need to call functions which do the same thing as the default.
Bill Wendling
2012-10-03
Remove assert that's too restrictive.
Bill Wendling
2012-10-03
Add methods which query for the specific attribute instead of using the
Bill Wendling
2012-10-03
Implement .rel relocation for R_ARM_ABS32 in MCJIT.
Tim Northover
2012-10-03
This Patch corrects a problem whereby the optimization to use a faster divide
Preston Gurd
2012-10-03
A DAGCombine optimization for mergeing consecutive stores to memory. The opti...
Nadav Rotem
2012-10-03
Set up MCSchedModel after detecting the CPU type in X86SubTarget.
Preston Gurd
2012-10-03
tsan: update the test for new atomic enums
Dmitry Vyukov
2012-10-03
tsan: update the test for new atomic enums
Dmitry Vyukov
2012-10-03
tsan: prepare for migration to new memory_order enum values (ABI compatible)
Dmitry Vyukov
2012-10-03
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-10-03
Fix an issue where we failed to adjust the alignment constraint on
Chandler Carruth
2012-10-03
Try to use a better set of abstractions for computing the alignment
Chandler Carruth
2012-10-03
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-03
Fix doxygen comment to match function name.
Craig Topper
2012-10-03
Remove unused function that used to get itineraries from SubTargetFeatures. T...
Craig Topper
2012-10-03
Fix 80-column violation
Craig Topper
2012-10-03
test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.
NAKAMURA Takumi
2012-10-03
Third try at fixing this. ;] Go back to using std::remove_if, which has
Chandler Carruth
2012-10-03
The early if conversion pass is ready to be used as an opt-in.
Jakob Stoklund Olesen
2012-10-03
Switch the SetVector::remove_if implementation to use partition which
Chandler Carruth
2012-10-02
Fix a serious X86 instruction selection bug. In
Evan Cheng
2012-10-02
Revert "Don't use a debug location for frame setup instructions in the"
Eric Christopher
2012-10-02
Revert 165057, per Jim's request. This requires further discussion.
Chad Rosier
2012-10-02
The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...
Jack Carter
2012-10-02
Teach the new SROA to handle cases where an alloca that has already been
Chandler Carruth
2012-10-02
Clean up these doxygen comments to follow the proposed new style. This
Chandler Carruth
2012-10-02
Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!
Nick Lewycky
2012-10-02
Remove the old coalescer algorithm.
Jakob Stoklund Olesen
[next]