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
/
lib
Age
Commit message (
Expand
)
Author
2011-12-13
[fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2.
Chad Rosier
2011-12-12
Add BitcodeVerifier.cpp to CMakeList.
Chad Rosier
2011-12-12
Fix unused value warning for value used only in assert.
Nick Lewycky
2011-12-12
Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file and
Chad Rosier
2011-12-12
Indvars: guard against exponential behavior in isHighCostExpansion.
Andrew Trick
2011-12-12
LLVMBuild: Introduce a common section which currently has a list of the
Daniel Dunbar
2011-12-12
Emit B (unconditional branch) when -relocation-model=pic and J (jump) when
Akira Hatanaka
2011-12-12
Fix indentation.
Akira Hatanaka
2011-12-12
Fixed register allocator splitting a live range on a spilling variable.
Pete Cooper
2011-12-12
fix warning
Tony Linthicum
2011-12-12
Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>
Bob Wilson
2011-12-12
Hexagon backend support
Tony Linthicum
2011-12-12
Only replace fwrite with fputc, if the return value is unused.
Joerg Sonnenberger
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
When computing reverse-CFG reverse-post-order, skip backedges, as
Dan Gohman
2011-12-12
XOP instructions and encoding tests.
Jan Sjödin
2011-12-12
Add a postOffset() alignment argument.
Jakob Stoklund Olesen
2011-12-12
Fix typo.
Jakob Stoklund Olesen
2011-12-12
XOP encoding bits and logic.
Jan Sjödin
2011-12-12
Also set the proper alignment on inner islands and the function itself.
Jakob Stoklund Olesen
2011-12-12
Add a TODO comment.
Dan Gohman
2011-12-12
Fix a copy+pasto in a comment.
Dan Gohman
2011-12-12
Use getArgOperand instead of getOperand on a call.
Dan Gohman
2011-12-12
Inline SetSeqToRelease into its only caller, since it's more clear that way.
Dan Gohman
2011-12-12
Make MF a class member instead of passing it around everywhere.
Jakob Stoklund Olesen
2011-12-12
Fix omitted break statements in a switch.
Dan Gohman
2011-12-12
[asan] use .preinit_array only on linux
Kostya Serebryany
2011-12-12
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
Add support for gnu_indirect_function.
Roman Divacky
2011-12-12
Add a -arm-align-constant-islands flag, default off.
Jakob Stoklund Olesen
2011-12-12
Don't rely in there being one argument before we've actually identified
Chandler Carruth
2011-12-12
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
Michael J. Spencer
2011-12-12
Support/FileSystem: Implement canonicalize.
Michael J. Spencer
2011-12-12
Support/Windows: Cleanup scoped handles.
Michael J. Spencer
2011-12-12
Teach the verifier to reject all non-constant arguments to the second
Chandler Carruth
2011-12-12
Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which
Chandler Carruth
2011-12-12
ExecutionEngine: refactor interface
Dylan Noblesmith
2011-12-11
Remove some remants of the old palign pattern fragment that were still hangin...
Craig Topper
2011-12-11
Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...
Stepan Dyatkovskiy
2011-12-11
Mips: Don't create a dangling IR function just to get the address of a symbol.
Benjamin Kramer
2011-12-11
Also remove unnecessary includes from this file, which was supposed to be part
Nick Lewycky
2011-12-10
Minimize #include's and forward-declares in Target.
Nick Lewycky
2011-12-10
Refactor the implementation of the TargetOptions out of TargetMachine, taking
Nick Lewycky
2011-12-10
[fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disab...
Chad Rosier
2011-12-10
Revert r146322 to appease buildbots. Original commit message:
Chad Rosier
2011-12-10
Typo.
Chad Rosier
2011-12-10
Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...
Stepan Dyatkovskiy
2011-12-10
Make CR spill and restore use a reserved register. These operations cannot us...
Hal Finkel
2011-12-10
Try to align the point where a large basic block is split.
Jakob Stoklund Olesen
2011-12-10
More debug output formatting.
Jakob Stoklund Olesen
[next]