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
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
27
-54
/
+48
*
Don't cache the MBB in the class. Its only used by one function. Change a for...
Craig Topper
2012-08-22
1
-5
/
+3
*
Mark a function as static since it doesn't use anything in the class.
Craig Topper
2012-08-22
1
-1
/
+1
*
Add register Mips::GP to the list of reserved registers if target is bare-metal
Akira Hatanaka
2012-08-22
6
-7
/
+22
*
Add option disable-mips-delay-filler. Turn on mips' delay slot filler by
Akira Hatanaka
2012-08-22
1
-4
/
+5
*
For mips64 switch statements in subroutines could generate
Jack Carter
2012-08-22
2
-4
/
+10
*
Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. The
Richard Smith
2012-08-22
2
-1
/
+2
*
Reduce alignment of SmallVector<T> to the required amount, rather than forcin...
Richard Smith
2012-08-22
1
-3
/
+3
*
Add a few functions to TargetLibraryInfo as part of PR13574.
Chad Rosier
2012-08-21
1
-0
/
+36
*
MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be a
Richard Smith
2012-08-21
1
-25
/
+28
*
Fix unaligned memory accesses when performing relocations in X86 JIT. There's
Richard Smith
2012-08-21
1
-4
/
+13
*
Don't bind a reference to a dereferenced null pointer (for return value of We...
Richard Smith
2012-08-21
1
-1
/
+2
*
[ms-inline asm] Do not report a Parser error when matching inline assembly.
Chad Rosier
2012-08-21
1
-14
/
+25
*
Remove unnecessary cast that was also unnecessarily casting away constness.
David Blaikie
2012-08-21
1
-1
/
+1
*
Fix macros arguments with an underscore, dot or dollar in them. This is based
Rafael Espindola
2012-08-21
1
-1
/
+9
*
[ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,
Chad Rosier
2012-08-21
1
-4
/
+6
*
Make the wording in of the "expected identifier" error in the .macro directive
Rafael Espindola
2012-08-21
1
-2
/
+2
*
Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-21
1
-9
/
+3
*
Use typedefs. Fix indentation. Extracted from the Andy/PaX patch.
Rafael Espindola
2012-08-21
1
-5
/
+4
*
Remove unused variable. Extracted from the Andy/PaX patch.
Rafael Espindola
2012-08-21
1
-2
/
+0
*
Fix typo. Extracted from the Andy/PaX patch.
Rafael Espindola
2012-08-21
1
-1
/
+1
*
MCJIT: Tidy up the constructor.
Jim Grosbach
2012-08-21
3
-13
/
+8
*
Port the global copy optimization from the SROA pass to InstCombine.
Chandler Carruth
2012-08-21
2
-179
/
+171
*
Fix up indentation and remove a couple else's after returns.
Craig Topper
2012-08-21
1
-11
/
+12
*
[asan] add code to detect global initialization fiasco in C/C++. The sub-pass...
Kostya Serebryany
2012-08-21
1
-63
/
+171
*
Use uint16_t for tables of opcodes.
Craig Topper
2012-08-21
1
-2
/
+2
*
Fix up indentation. No functional change.
Craig Topper
2012-08-21
1
-61
/
+61
*
Add a couple llvm_unreachables. Add a message to several others.
Craig Topper
2012-08-21
1
-8
/
+6
*
Replace a break with llvm_unreachable in the default case of a nested switch....
Craig Topper
2012-08-21
1
-50
/
+18
*
Cleanup the scalar FMA3 definitions. Add patterns to fold loads with scalar f...
Craig Topper
2012-08-21
1
-44
/
+49
*
Merge FMA3 instructions with and without patterns into single classes using n...
Craig Topper
2012-08-21
1
-38
/
+21
*
revise debug output to avoid dangling pointer
Michael Liao
2012-08-21
1
-1
/
+1
*
Add a missing def flag.
Jakob Stoklund Olesen
2012-08-21
1
-4
/
+2
*
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-20
2
-9
/
+16
*
Don't add CFG edges for redundant conditional branches.
Jakob Stoklund Olesen
2012-08-20
2
-3
/
+22
*
Add a verification pass after ExpandISelPseudos.
Jakob Stoklund Olesen
2012-08-20
1
-1
/
+2
*
Add CFG checks to MachineVerifier.
Jakob Stoklund Olesen
2012-08-20
1
-0
/
+40
*
Use a SmallPtrSet to dedup successors in EmitSjLjDispatchBlock.
Jakob Stoklund Olesen
2012-08-20
1
-3
/
+2
*
fix HexagonSubtarget parsing of -mv flag
Sebastian Pop
2012-08-20
1
-17
/
+16
*
fix a case where all operands of BUILD_VECTOR are undefined
Michael Liao
2012-08-20
1
-0
/
+4
*
Fix coding style violations in 162135 and 162136.
Akira Hatanaka
2012-08-20
4
-49
/
+49
*
DataExtractor: Fix integer truncation issues in LEB128 extraction.
Benjamin Kramer
2012-08-20
1
-3
/
+3
*
Fixed DAGCombiner bug (found and localized by James Malloy):
Stepan Dyatkovskiy
2012-08-20
1
-3
/
+23
*
Remove FMA3 intrinsic instructions in favor of patterns.
Craig Topper
2012-08-20
2
-94
/
+146
*
Use correct intrinsic for 256-bit VFMSUBADDPS.
Craig Topper
2012-08-20
1
-1
/
+1
*
Remove trailing white space and tab characters. No functional change.
Craig Topper
2012-08-19
1
-33
/
+33
*
When unsafe math is used, we can use commutative FMAX and FMIN. In some cases
Nadav Rotem
2012-08-19
4
-3
/
+59
*
Fabs folding is implemented.
Benjamin Kramer
2012-08-19
1
-5
/
+0
*
InstCombine: Fix a crasher when encountering a function pointer.
Benjamin Kramer
2012-08-18
1
-1
/
+1
*
Remove the CAND/COR/CXOR custom ISD nodes and their select code.
Jakob Stoklund Olesen
2012-08-18
3
-174
/
+0
[next]