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
2013-03-21
Add a WriteMicrocoded for ancient microcoded instructions.
Jakob Stoklund Olesen
2013-03-20
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
2013-03-20
Use pre-inc, pre-dec when possible.
Jakub Staszak
2013-03-20
Remove 'else' after 'return'.
Jakub Staszak
2013-03-20
[lit] Avoid CRLFs in bash scripts on Windows
Reid Kleckner
2013-03-20
Make variable name more explicit and eliminate redundant lookup in SDNodeOrde...
Justin Holewinski
2013-03-20
Model prefetches and barriers as loads.
Jakob Stoklund Olesen
2013-03-20
Add a catch-all WriteSystem SchedWrite type.
Jakob Stoklund Olesen
2013-03-20
When computing the demanded bits of Load SDNodes, make sure that we are looki...
Nadav Rotem
2013-03-20
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
Annotate the remaining SSE MOV instructions.
Jakob Stoklund Olesen
2013-03-20
Annotate SSE horizontal and integer instructions.
Jakob Stoklund Olesen
2013-03-20
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
Correct cost model for vector shift on AVX2
Michael Liao
2013-03-20
Remove trailing spaces.
Jakub Staszak
2013-03-20
Call the new llvm_gcov_init function to register the environment.
Bill Wendling
2013-03-20
minor code style cleanup.
Chris Lattner
2013-03-20
xlC doesn't like Header being both a type and a member variable. Rename the
Rafael Espindola
2013-03-20
Add std prefixes to fix the build with xlc.
Rafael Espindola
2013-03-20
Make sure TableGen exits with an error code after printing errors.
Jakob Stoklund Olesen
2013-03-20
Refactor file/directory path in namespace debug info to refer directly to the...
David Blaikie
2013-03-20
Enhance debug info namespace test to check for context/scope reference
David Blaikie
2013-03-20
Remove blank line before block comment.
Eric Christopher
2013-03-20
DIBuilder: allow linkage name to be specified for global variables
David Blaikie
2013-03-20
Make target-specific test case in r177474 only run when that target is built
David Blaikie
2013-03-20
Add timing of the IR parsing code with a new -time-ir-parsing flag
Eli Bendersky
2013-03-20
Add some missing SSE annotations.
Jakob Stoklund Olesen
2013-03-20
Annotate remaining IIC_BIN_* instructions.
Jakob Stoklund Olesen
2013-03-20
Revert "pre-RA-sched: fix TargetOpcode usage"
Christian Konig
2013-03-20
Move SDNode order propagation to SDNodeOrdering, which also fixes a missed
Justin Holewinski
2013-03-20
pre-RA-sched: fix TargetOpcode usage
Christian Konig
2013-03-20
Fix a silly search-and-replace goof with r177495 that only broke
Chandler Carruth
2013-03-20
[SROA] Don't preserve the IR names in release builds.
Chandler Carruth
2013-03-20
Move the endif to the correct line so we don't have warnings about
Chandler Carruth
2013-03-20
Introduce some new statistics to help track the exact behavior of the
Chandler Carruth
2013-03-20
Reorder the DIFile parameter in DINameSpace
David Blaikie
2013-03-20
Add a test case for PR15318 fixed in r177472
Hao Liu
2013-03-20
Don't assume the test directory is writable, use %T to find a writable
Nick Lewycky
2013-03-20
Test DW_TAG_namespace support in the backend
David Blaikie
2013-03-20
Provide more details for DINameSpace debug info in the IR comment annotations
David Blaikie
2013-03-20
Fix PR15296
Michael Liao
2013-03-20
Mark all variable shifts needing customizing
Michael Liao
2013-03-20
Move scalar immediate shift lowering into a dedicated func
Michael Liao
2013-03-20
Fix test case regression on ARM & PPC introduced r177239
David Blaikie
2013-03-20
Fix AsmPrinter crashes with assertion. Bug 15318 in Bugzilla
Hao Liu
2013-03-20
Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...
David Blaikie
2013-03-20
Propagate DAG node ordering during type legalization and instruction selection
Justin Holewinski
2013-03-19
Fix pr13145 - Naming a function like a register name confuses the asm parser.
Chad Rosier
2013-03-19
Move the DIFile operand to DITypes from the 4th operand to the 2nd.
David Blaikie
2013-03-19
Annotate various null idioms with SchedRW lists.
Jakob Stoklund Olesen
[next]