index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix typo in comment.
Nick Lewycky
2011-04-21
1
-1
/
+1
*
docs/llvm.css: Introduce cascading style <div> and <p> continued on <h[2-5]>....
NAKAMURA Takumi
2011-04-21
3
-114
/
+119
*
docs/Passes.html: Fix a garbage.
NAKAMURA Takumi
2011-04-21
1
-1
/
+1
*
Structs have elements not parameters. I'm surprised this ever compiled...
Nick Lewycky
2011-04-20
1
-1
/
+1
*
Remove -use-divmod-libcall. Let targets opt in when they are available.
Evan Cheng
2011-04-20
5
-11
/
+5
*
Add debug output for rematerializable instructions.
Jakob Stoklund Olesen
2011-04-20
3
-6
/
+10
*
Permit remat when a virtual register has multiple defs.
Jakob Stoklund Olesen
2011-04-20
1
-5
/
+0
*
Fix another case of <rdar://problem/9184212> that only occurs with code
Cameron Zwarich
2011-04-20
2
-31
/
+59
*
The bitcast case here is actually handled uniformly earlier in the function, so
Cameron Zwarich
2011-04-20
1
-8
/
+3
*
Cleanup some code to better use an early return style in preparation for adding
Cameron Zwarich
2011-04-20
1
-6
/
+10
*
Un-XFAIL this test for ARM. <rdar://problem/7662569>
Stuart Hastings
2011-04-20
1
-1
/
+0
*
Revert r129846; it's breaking a buildbot. See
Eli Friedman
2011-04-20
1
-0
/
+1
*
Prefer cheap registers for busy live ranges.
Jakob Stoklund Olesen
2011-04-20
9
-16
/
+81
*
Excise unintended hunk in 129858. <rdar://problem/7662569>
Stuart Hastings
2011-04-20
1
-5
/
+0
*
ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...
Stuart Hastings
2011-04-20
6
-84
/
+193
*
sys/Host: Change getHostTriple() to return the full Darwin version on OS X.
Daniel Dunbar
2011-04-20
1
-4
/
+1
*
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
Justin Holewinski
2011-04-20
31
-90
/
+165
*
Behave like gnu as when a relocation crosses sections.
Rafael Espindola
2011-04-20
2
-8
/
+41
*
ptx: add integer div and rem instruction
Che-Liang Chiou
2011-04-20
1
-0
/
+2
*
ptx: add floating-point comparison to setp
Che-Liang Chiou
2011-04-20
1
-14
/
+234
*
ptx: fix parameter ordering
Che-Liang Chiou
2011-04-20
1
-1
/
+0
*
This should always be signed chars, so use int8_t. This fixes a miscompile when
Nick Lewycky
2011-04-20
1
-3
/
+3
*
Remove unused arguments.
Rafael Espindola
2011-04-20
4
-10
/
+6
*
Rewrite the expander for umulo/smulo to remember to sign extend the input
Eric Christopher
2011-04-20
2
-10
/
+85
*
llc: Fix a refacto, .loc support didn't work before 10.6.
Daniel Dunbar
2011-04-20
1
-1
/
+1
*
Made the MC disassembler check before accessing
Sean Callanan
2011-04-20
1
-0
/
+9
*
ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS
Daniel Dunbar
2011-04-20
9
-22
/
+24
*
Fix typo in the comment.
Johnny Chen
2011-04-19
1
-1
/
+1
*
ADT/Triple: Drop support for -osx style triples, we are going with -macosx
Daniel Dunbar
2011-04-19
2
-7
/
+2
*
ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will remove
Daniel Dunbar
2011-04-19
2
-2
/
+7
*
ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()
Daniel Dunbar
2011-04-19
11
-102
/
+78
*
ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.
Daniel Dunbar
2011-04-19
2
-2
/
+14
*
ADT/Triple: Fix Triple::getArchNameForAssembler to support OSX and iOS
Daniel Dunbar
2011-04-19
1
-1
/
+2
*
Target/X86: Eliminate uses of getDarwinVers().
Daniel Dunbar
2011-04-19
4
-11
/
+7
*
Target/X86: Add getTargetTriple() accessor.
Daniel Dunbar
2011-04-19
1
-0
/
+2
*
Target/PPC: Kill off DarwinVers, which is now dead.
Daniel Dunbar
2011-04-19
2
-24
/
+1
*
Target/PPC: Eliminate a use of getDarwinVers().
Daniel Dunbar
2011-04-19
1
-2
/
+4
*
Target/PPC: Add a TargetTriple field.
Daniel Dunbar
2011-04-19
2
-1
/
+9
*
add a helper method.
Chris Lattner
2011-04-19
1
-0
/
+4
*
llc: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
2011-04-19
3
-15
/
+7
*
Target: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
2011-04-19
1
-1
/
+8
*
CodeGen: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
2011-04-19
2
-12
/
+4
*
ADT/Triple: Add helper function for OS X version checks.
Daniel Dunbar
2011-04-19
1
-1
/
+24
*
ADT/Triple: Add isOSVersionLT helper function.
Daniel Dunbar
2011-04-19
1
-0
/
+14
*
ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion.
Daniel Dunbar
2011-04-19
2
-57
/
+44
*
ADT/Triple: Add support for more explicit "osx" and "ios" OS names.
Daniel Dunbar
2011-04-19
2
-0
/
+8
*
Delete unnecessary variable. <rdar://problem/7662569>
Stuart Hastings
2011-04-19
1
-11
/
+4
*
Remove some duplicate op action entries and reorganize.
Eric Christopher
2011-04-19
1
-8
/
+5
*
This patch combines several changes from Evan Cheng for rdar://8659675.
Bob Wilson
2011-04-19
6
-12
/
+80
*
Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.
Bob Wilson
2011-04-19
2
-8
/
+15
[prev]
[next]