index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Early exit if we don't have invokes. The 'Unwinds' vector isn't modified unless
Bill Wendling
2011-01-07
1
-219
/
+219
*
Added the ability for Target::ReadMemory to prefer to read from the file
Greg Clayton
2011-01-07
5
-19
/
+74
*
Rework a few things about how we emit ObjC's for enumeration statement.
John McCall
2011-01-07
1
-95
/
+126
*
Add all options needed to support -fapple-kext. wip.
Fariborz Jahanian
2011-01-07
5
-4
/
+33
*
Factor out the template transformation of a sequence of function
Douglas Gregor
2011-01-07
7
-40
/
+115
*
Print out a more meaningful exception message when/if CFBundleVersion matchin...
Johnny Chen
2011-01-07
1
-1
/
+2
*
Fix a few small issues in r122981 to ensure compilation on Linux.
Stephen Wilson
2011-01-07
2
-5
/
+7
*
Fix the other problem reported in PR8582. Testcase and patch by
Duncan Sands
2011-01-06
2
-0
/
+24
*
Add a testcase for PR8582, which mysteriously fixed itself, in case the problem
Duncan Sands
2011-01-06
1
-0
/
+15
*
First try at patching linux for the recent RegisterContext patch. Can someone
Greg Clayton
2011-01-06
5
-34
/
+52
*
Add target triple.
Devang Patel
2011-01-06
1
-1
/
+1
*
Add some fairly duplicated code to let type legalization split illegal
Eric Christopher
2011-01-06
3
-0
/
+141
*
With Benjamin's recent amazing patches, we should be able to do even better t...
Chris Lattner
2011-01-06
1
-0
/
+13
*
use isNullValue() to simplify code, add an assert.
Chris Lattner
2011-01-06
1
-5
/
+6
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
51
-292
/
+293
*
Makefile updates.
Stephen Wilson
2011-01-06
2
-7
/
+5
*
Ignore unknown pragmas.
Stephen Wilson
2011-01-06
1
-0
/
+4
*
Implement template argument deduction from a call to a function
Douglas Gregor
2011-01-06
6
-95
/
+342
*
test case for r122971.
Devang Patel
2011-01-06
1
-0
/
+8
*
Emit 128 bit constant.
Devang Patel
2011-01-06
2
-10
/
+38
*
PR8921: LDM/POP do not support interworking prior to v5t.
Bob Wilson
2011-01-06
9
-19
/
+29
*
Remove extra whitespace.
Bob Wilson
2011-01-06
1
-2
/
+2
*
Fix comment typo.
Bob Wilson
2011-01-06
1
-1
/
+1
*
Put warning about makeing a string writable into
Fariborz Jahanian
2011-01-06
3
-1
/
+14
*
Add a note from llvmdev, this time with more info.
Benjamin Kramer
2011-01-06
1
-0
/
+26
*
Add cortex-m3 CPU to getCPUDefineSuffix mapping.
Bob Wilson
2011-01-06
1
-0
/
+1
*
Added testcase for commit r122963.
Abramo Bagnara
2011-01-06
1
-0
/
+2
*
Fixed parsing of hex floats.
Abramo Bagnara
2011-01-06
1
-4
/
+4
*
Correctly disassemble truncated asm.
Rafael Espindola
2011-01-06
3
-3
/
+9
*
InstCombine: Turn _chk functions into the "unsafe" variant if length and max ...
Benjamin Kramer
2011-01-06
2
-0
/
+13
*
EarlyCSE does this now (and GVN always did it).
Benjamin Kramer
2011-01-06
1
-11
/
+0
*
InstCombine: If we call llvm.objectsize on a malloc call we can replace it wi...
Benjamin Kramer
2011-01-06
3
-24
/
+21
*
InstCombine: Teach llvm.objectsize folding to look through GEPs.
Benjamin Kramer
2011-01-06
2
-50
/
+51
*
Remove dead code and silence warnings.
Benjamin Kramer
2011-01-06
2
-6
/
+4
*
PowerPC fixes.
Roman Divacky
2011-01-06
5
-19
/
+39
*
Use movups to lower memcpy and memset even if it's not fast (like corei7).
Evan Cheng
2011-01-06
11
-101
/
+79
*
add a note about object size from drystone, add a poorly optimized loop from ...
Chris Lattner
2011-01-06
1
-0
/
+79
*
add a trivial instcombine missed in Dhrystone
Chris Lattner
2011-01-06
1
-0
/
+37
*
Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy
Evan Cheng
2011-01-06
8
-51
/
+100
*
Tweak the wording of this warning further based on a suggestion from Chris.
Chandler Carruth
2011-01-06
2
-7
/
+7
*
implement constant folding support for an exotic constant expr:
Chris Lattner
2011-01-06
2
-1
/
+38
*
Revert r122936. I'll re-implement the change.
Evan Cheng
2011-01-06
3
-57
/
+26
*
UnitTests/Path: Add magical tests. This will also test identify_magic.
Michael J. Spencer
2011-01-06
1
-0
/
+23
*
UnitTests/Path: More ASSERT_NO_ERROR cleanup.
Michael J. Spencer
2011-01-06
1
-12
/
+11
*
fix rdar://8823139, a crash on a comment in a preprocessed .s file
Chris Lattner
2011-01-06
2
-0
/
+11
*
Add the CallInst optimizations that don't involve expanding inline assembly to
Cameron Zwarich
2011-01-06
1
-0
/
+7
*
Move the GEP handling in CodeGenPrepare to OptimizeInst().
Cameron Zwarich
2011-01-06
1
-12
/
+12
*
Split the optimizations in CodeGenPrepare that don't manipulate the iterators
Cameron Zwarich
2011-01-06
1
-41
/
+52
*
Introduce an AttributedType, but don't actually use it anywhere yet.
John McCall
2011-01-06
14
-3
/
+439
*
Clang should not warn on code in clang that is only there to remove warnings.
Jakob Stoklund Olesen
2011-01-06
1
-1
/
+1
[next]