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
2011-04-21
Don't allow per-register spill size and alignment.
Jakob Stoklund Olesen
2011-04-21
In gcov profiling, give all functions an extra unified return block. This is
Nick Lewycky
2011-04-21
Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a
Nick Lewycky
2011-04-21
Add independent controls for whether GCOV profiling should emit .gcno files or
Nick Lewycky
2011-04-21
Fix typo in comment.
Nick Lewycky
2011-04-21
docs/llvm.css: Introduce cascading style <div> and <p> continued on <h[2-5]>....
NAKAMURA Takumi
2011-04-21
docs/Passes.html: Fix a garbage.
NAKAMURA Takumi
2011-04-20
Structs have elements not parameters. I'm surprised this ever compiled...
Nick Lewycky
2011-04-20
Remove -use-divmod-libcall. Let targets opt in when they are available.
Evan Cheng
2011-04-20
Add debug output for rematerializable instructions.
Jakob Stoklund Olesen
2011-04-20
Permit remat when a virtual register has multiple defs.
Jakob Stoklund Olesen
2011-04-20
Fix another case of <rdar://problem/9184212> that only occurs with code
Cameron Zwarich
2011-04-20
The bitcast case here is actually handled uniformly earlier in the function, so
Cameron Zwarich
2011-04-20
Cleanup some code to better use an early return style in preparation for adding
Cameron Zwarich
2011-04-20
Un-XFAIL this test for ARM. <rdar://problem/7662569>
Stuart Hastings
2011-04-20
Revert r129846; it's breaking a buildbot. See
Eli Friedman
2011-04-20
Prefer cheap registers for busy live ranges.
Jakob Stoklund Olesen
2011-04-20
Excise unintended hunk in 129858. <rdar://problem/7662569>
Stuart Hastings
2011-04-20
ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...
Stuart Hastings
2011-04-20
sys/Host: Change getHostTriple() to return the full Darwin version on OS X.
Daniel Dunbar
2011-04-20
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
Justin Holewinski
2011-04-20
Behave like gnu as when a relocation crosses sections.
Rafael Espindola
2011-04-20
ptx: add integer div and rem instruction
Che-Liang Chiou
2011-04-20
ptx: add floating-point comparison to setp
Che-Liang Chiou
2011-04-20
ptx: fix parameter ordering
Che-Liang Chiou
2011-04-20
This should always be signed chars, so use int8_t. This fixes a miscompile when
Nick Lewycky
2011-04-20
Remove unused arguments.
Rafael Espindola
2011-04-20
Rewrite the expander for umulo/smulo to remember to sign extend the input
Eric Christopher
2011-04-20
llc: Fix a refacto, .loc support didn't work before 10.6.
Daniel Dunbar
2011-04-20
Made the MC disassembler check before accessing
Sean Callanan
2011-04-20
ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS
Daniel Dunbar
2011-04-19
Fix typo in the comment.
Johnny Chen
2011-04-19
ADT/Triple: Drop support for -osx style triples, we are going with -macosx
Daniel Dunbar
2011-04-19
ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will remove
Daniel Dunbar
2011-04-19
ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()
Daniel Dunbar
2011-04-19
ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.
Daniel Dunbar
2011-04-19
ADT/Triple: Fix Triple::getArchNameForAssembler to support OSX and iOS
Daniel Dunbar
2011-04-19
Target/X86: Eliminate uses of getDarwinVers().
Daniel Dunbar
2011-04-19
Target/X86: Add getTargetTriple() accessor.
Daniel Dunbar
2011-04-19
Target/PPC: Kill off DarwinVers, which is now dead.
Daniel Dunbar
2011-04-19
Target/PPC: Eliminate a use of getDarwinVers().
Daniel Dunbar
2011-04-19
Target/PPC: Add a TargetTriple field.
Daniel Dunbar
2011-04-19
add a helper method.
Chris Lattner
2011-04-19
llc: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
2011-04-19
Target: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
2011-04-19
CodeGen: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
2011-04-19
ADT/Triple: Add helper function for OS X version checks.
Daniel Dunbar
2011-04-19
ADT/Triple: Add isOSVersionLT helper function.
Daniel Dunbar
2011-04-19
ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion.
Daniel Dunbar
2011-04-19
ADT/Triple: Add support for more explicit "osx" and "ios" OS names.
Daniel Dunbar
[next]