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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SelectionDAG] Fixed issue with uitofp vector constant folding being treated ...
Simon Pilgrim
2015-03-23
1
-4
/
+2
*
Refactor how passes get a symbol at the end of a section.
Rafael Espindola
2015-03-23
1
-9
/
+2
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
14
-0
/
+14
*
[winehprepare] Update and sort includes. NFC.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
Another set of missing raw_ostream.h. Still no functional change.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
More missing includes only visible to MSVC.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Move private classes into anonymous namespaces
Benjamin Kramer
2015-03-23
3
-0
/
+6
*
Fix sign extension for MIPS64 in makeLibCall function
Petar Jovanovic
2015-03-23
1
-3
/
+4
*
[SDAG] Don't widen VSETCC during type legalization for split operands
Hal Finkel
2015-03-23
1
-0
/
+10
*
Cache the Function dependent subtarget on the MachineFunction.
Eric Christopher
2015-03-21
1
-1
/
+1
*
Change getISAEncoding to use the target triple to determine
Eric Christopher
2015-03-21
1
-2
/
+1
*
[CodeGen][IfCvt] Don't re-ifcvt blocks with unanalyzable terminators.
Ahmed Bougacha
2015-03-21
1
-0
/
+6
*
Fixing a bug with WinEH PHI handling
Andrew Kaylor
2015-03-20
1
-1
/
+19
*
Remove dead calls and function arguments dealing with TRI in StackMaps.
Eric Christopher
2015-03-20
1
-4
/
+2
*
Don't declare all text sections at the start of the .s
Rafael Espindola
2015-03-20
1
-2
/
+4
*
AsmPrinter: Check subprogram before using it
Duncan P. N. Exon Smith
2015-03-20
1
-2
/
+5
*
DwarfDebug: Check for null DebugLocs
Duncan P. N. Exon Smith
2015-03-20
1
-13
/
+15
*
SelectionDAGBuilder: Rangeify a loop. NFC.
Hans Wennborg
2015-03-20
1
-8
/
+6
*
SelectionDAGBuilder::handleJTSwitchCase, simplify loop; NFC
Hans Wennborg
2015-03-20
1
-9
/
+4
*
[ARM] Fix handling of thumb1 out-of-range frame offsets
John Brawn
2015-03-20
1
-5
/
+7
*
Rewrite StackMap location handling to pre-compute the dwarf register
Eric Christopher
2015-03-20
1
-83
/
+95
*
At the beginning of doFinalization set the MachineFunction to
Eric Christopher
2015-03-20
1
-0
/
+5
*
[MBP] Don't outline short optional branches
Daniel Jasper
2015-03-20
1
-2
/
+25
*
Rewrite SelectionDAGBuilder::Clusterify to run in linear time. NFC.
Hans Wennborg
2015-03-20
2
-46
/
+37
*
Use the cached subtarget on the MachineFunction when the AsmPrinter
Eric Christopher
2015-03-19
1
-1
/
+1
*
Use the cached subtarget off of the machine function.
Eric Christopher
2015-03-19
1
-8
/
+7
*
Fix a nasty bug in DAGCombine of STORE nodes.
Owen Anderson
2015-03-19
1
-3
/
+8
*
Remove unused headers.
Eric Christopher
2015-03-19
1
-4
/
+0
*
Add an MCSubtargetInfo variable to the TargetMachine.
Eric Christopher
2015-03-19
1
-2
/
+8
*
Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that
Eric Christopher
2015-03-19
1
-13
/
+14
*
WinEH: Make llvm.eh.actions emission match the EH docs
Reid Kleckner
2015-03-19
1
-8
/
+5
*
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
2015-03-19
1
-9
/
+1
*
Switch lowering: extract NextBlock function. NFC.
Hans Wennborg
2015-03-19
2
-54
/
+24
*
Switch lowering: remove unnecessary ConstantInt casts. NFC.
Hans Wennborg
2015-03-19
2
-34
/
+29
*
Internalize PEI. NFC.
Benjamin Kramer
2015-03-19
2
-79
/
+48
*
SelectionDAGBuilder: update comment in HandlePHINodesInSuccessorBlocks.
Hans Wennborg
2015-03-19
1
-2
/
+2
*
Do not track subregister liveness when it brings no benefits
Matthias Braun
2015-03-19
6
-11
/
+12
*
SelectionDAGIsel: Fix comment about terminators being "handled below".
Hans Wennborg
2015-03-19
1
-3
/
+2
*
[CodeGenPrepare] Remove broken, dead, code.
Quentin Colombet
2015-03-18
1
-26
/
+6
*
Revert "Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that"
Eric Christopher
2015-03-18
1
-11
/
+9
*
Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that
Eric Christopher
2015-03-18
1
-9
/
+11
*
Use WinEHPrepare to outline SEH finally blocks
Reid Kleckner
2015-03-18
1
-41
/
+109
*
[ARM] Align stack objects passed to memory intrinsics
John Brawn
2015-03-18
1
-0
/
+36
*
DAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x)
David Majnemer
2015-03-18
1
-0
/
+26
*
COFF: Let globals with private linkage reside in their own section
David Majnemer
2015-03-17
1
-0
/
+16
*
XformToShuffleWithZero - Added clearer early outs and general tidy up. NFCI
Simon Pilgrim
2015-03-17
1
-31
/
+38
*
Emit the offset directly instead of creating a dummy expression.
Rafael Espindola
2015-03-17
1
-26
/
+1
*
Revert "COFF: Let globals with private linkage reside in their own section"
David Majnemer
2015-03-17
1
-24
/
+0
*
Revert "Address review comments"
David Majnemer
2015-03-17
1
-2
/
+7
[prev]
[next]