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
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix an 80 char line limit.
Nadav Rotem
2012-09-13
1
-1
/
+2
*
Rename the flag which protects from escaped allocas, which may come from bugs...
Nadav Rotem
2012-09-13
1
-5
/
+12
*
Unify the emission of the calling conventions into a single function to reduc...
Micah Villmow
2012-09-13
1
-42
/
+27
*
This patch introduces A15 as a target in LLVM.
Silviu Baranga
2012-09-13
9
-30
/
+41
*
Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...
Nadav Rotem
2012-09-13
1
-1
/
+2
*
Fix a typo.
Nadav Rotem
2012-09-13
1
-1
/
+1
*
Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...
Bill Wendling
2012-09-13
1
-18
/
+10
*
Stack Coloring: We have code that checks that all of the uses of allocas
Nadav Rotem
2012-09-13
1
-5
/
+17
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
1
-1
/
+4
*
Add a new compression type to ModRM table that detects when the memory modRM ...
Craig Topper
2012-09-13
2
-0
/
+9
*
MCJIT: relocation addends encoded in the target aren't quite so easy.
Jim Grosbach
2012-09-13
1
-1
/
+6
*
MCJIT: Make sure to mask off non-type-field bits.
Jim Grosbach
2012-09-13
1
-1
/
+1
*
MCJIT: Pass the i386 MachO relocation type properly.
Jim Grosbach
2012-09-13
1
-1
/
+1
*
Don't fold indexed loads into TCRETURNmi64.
Jakob Stoklund Olesen
2012-09-13
3
-1
/
+39
*
Introduce the __llvm_gcov_flush function.
Bill Wendling
2012-09-13
1
-6
/
+56
*
Recommit, with fixes:
Eric Christopher
2012-09-12
4
-1
/
+48
*
Misc.
Akira Hatanaka
2012-09-12
1
-3
/
+6
*
Fix PR11985
Michael Liao
2012-09-12
11
-30
/
+54
*
Detect overflow in the path count computation. rdar://12277446.
Dan Gohman
2012-09-12
1
-0
/
+13
*
Remove an overly-aggressive assertion. The code following this assertion alr...
Owen Anderson
2012-09-12
1
-2
/
+0
*
Delete dead code.
Jakob Stoklund Olesen
2012-09-12
1
-36
/
+0
*
Revert "Add some support for dealing with an object pointer on arguments."
Eric Christopher
2012-09-12
4
-40
/
+0
*
[ms-inline asm] Make the operand size directives case insensitive.
Chad Rosier
2012-09-12
1
-8
/
+9
*
PGO: preserve branch-weight metadata when removing a case which jumps
Manman Ren
2012-09-12
1
-0
/
+22
*
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
2
-2
/
+2
*
Enable exceptions handling on PPC64 now that cr misaligned spilling
Roman Divacky
2012-09-12
1
-2
/
+1
*
This patch corrects logic in PPCFrameLowering for save and restore of ...
Roman Divacky
2012-09-12
4
-74
/
+277
*
Add support for AMD Geode.
Roman Divacky
2012-09-12
2
-0
/
+2
*
Fix constant folding through bitcasts by no longer relying on undefined behav...
Kristof Beyls
2012-09-12
1
-2
/
+2
*
Add a flag to disable the code that looks for allocas which escaped the lifet...
Nadav Rotem
2012-09-12
1
-6
/
+18
*
Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...
James Molloy
2012-09-12
1
-0
/
+74
*
Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...
James Molloy
2012-09-12
2
-4
/
+54
*
When calling print directly on a global (eg from the debugger) it
Duncan Sands
2012-09-12
1
-3
/
+3
*
Enable stack-coloring, in hope that the recent fixes will enable correct drag...
Nadav Rotem
2012-09-12
1
-1
/
+1
*
Make findLastUseBefore handle reg-unit liveness.
Lang Hames
2012-09-12
1
-8
/
+29
*
Indentation fixes. No functional change.
Craig Topper
2012-09-12
1
-8
/
+8
*
Release build: guard dump functions with
Manman Ren
2012-09-12
22
-30
/
+30
*
Stack coloring: remove lifetime intervals which contain escaped allocas.
Nadav Rotem
2012-09-12
1
-0
/
+47
*
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-12
4
-0
/
+40
*
Rename the isMemory() function to isMem(). No functional change intended.
Chad Rosier
2012-09-11
1
-22
/
+22
*
Release build: guard dump functions with
Manman Ren
2012-09-11
20
-27
/
+27
*
StringSwitchify.
Chad Rosier
2012-09-11
1
-8
/
+10
*
Simplify logic. No functional change intended.
Chad Rosier
2012-09-11
1
-9
/
+8
*
[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.
Chad Rosier
2012-09-11
1
-67
/
+158
*
SimplifyCFG: preserve branch-weight metadata when creating a new switch from
Manman Ren
2012-09-11
1
-81
/
+45
*
Add TRI::getSubRegIndexLaneMask().
Jakob Stoklund Olesen
2012-09-11
1
-2
/
+4
*
Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.
Jakob Stoklund Olesen
2012-09-11
1
-0
/
+3
*
Dragonegg selfhost exposed additional cases where alloca usage moved outside ...
Nadav Rotem
2012-09-11
1
-1
/
+1
*
Enable stack coloring.
Nadav Rotem
2012-09-11
1
-1
/
+1
*
Stack Coloring: Dont crash on dbg values which use stack frames.
Nadav Rotem
2012-09-11
1
-3
/
+5
[prev]
[next]