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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a counter-function insertion pass
Hal Finkel
2016-09-01
1
-0
/
+1
*
[GlobalISel] Add a fallback path to SDISel.
Quentin Colombet
2016-08-27
1
-0
/
+1
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-24
1
-1
/
+0
*
Revert r279564. It introduces undefined behavior (binding a reference to a
Richard Smith
2016-08-23
1
-0
/
+1
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-1
/
+0
*
Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...
Matthias Braun
2016-08-23
1
-0
/
+1
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-1
/
+0
*
Revert "RegScavenging: Add scavengeRegisterBackwards()"
Matthias Braun
2016-08-19
1
-1
/
+0
*
CodeGen: Add/Factor out LiveRegUnits class; NFCI
Matthias Braun
2016-08-18
1
-0
/
+1
*
MachinePipeliner pass that implements Swing Modulo Scheduling
Brendon Cahoon
2016-07-29
1
-0
/
+1
*
GlobalISel: implement low-level type with just size & vector lanes.
Tim Northover
2016-07-20
1
-0
/
+1
*
XRay: Add entry and exit sleds
Dean Michael Berris
2016-07-14
1
-0
/
+1
*
StackColoring for SafeStack.
Evgeniy Stepanov
2016-06-29
1
-0
/
+2
*
Interprocedural Register Allocation (IPRA): add a Transformation Pass
Mehdi Amini
2016-06-10
1
-0
/
+1
*
Interprocedural Register Allocation (IPRA) Analysis
Mehdi Amini
2016-06-10
1
-0
/
+2
*
CodeGen: Refactor renameDisconnectedComponents() as a pass
Matthias Braun
2016-05-31
1
-0
/
+1
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-1
/
+1
*
CodeGen: Add DetectDeadLanes pass.
Matthias Braun
2016-04-28
1
-0
/
+1
*
Introduce llvm.load.relative intrinsic.
Peter Collingbourne
2016-04-22
1
-0
/
+1
*
CodeGen: Add a stand-alone hazard recognizer pass
Tom Stellard
2016-04-22
1
-0
/
+1
*
Introduce a "patchable-function" function attribute
Sanjoy Das
2016-04-19
1
-0
/
+1
*
Codegen: Factor tail duplication into a utility class. NFC
Kyle Butt
2016-04-08
1
-0
/
+1
*
Refactor duplicated code for linking with pthread.
Rafael Espindola
2016-03-01
1
-6
/
+1
*
[CMake] Produce an empty library for GlobalISel when not building it.
Quentin Colombet
2016-02-11
1
-3
/
+1
*
Revert r259035, it introduces a cyclic library dependency
Oliver Stannard
2016-01-28
1
-1
/
+0
*
Add backend dignostic printer for unsupported features
Oliver Stannard
2016-01-28
1
-0
/
+1
*
Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...
NAKAMURA Takumi
2016-01-28
1
-1
/
+0
*
Refactor backend diagnostics for unsupported features
Oliver Stannard
2016-01-27
1
-0
/
+1
*
Move SafeStack to CodeGen.
Benjamin Kramer
2016-01-27
1
-16
/
+17
*
[GlobalISel] Add the proper cmake plumbing.
Quentin Colombet
2016-01-20
1
-0
/
+3
*
[GC] Consolidate all built in GCs into a single file [NFC]
Philip Reames
2016-01-19
1
-5
/
+1
*
[TLS] New lower emutls pass, fix linkage bugs.
Chih-Hung Hsieh
2016-01-13
1
-0
/
+1
*
Recommit LiveDebugValues pass after fixing a couple of minor issues.
Vikram TV
2015-12-16
1
-0
/
+1
*
Revert "Implement a new pass - LiveDebugValues - to compute the set of live D...
Mehdi Amini
2015-12-09
1
-1
/
+0
*
Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...
Vikram TV
2015-12-09
1
-0
/
+1
*
[WinEH] Add a funclet layout pass
David Majnemer
2015-09-17
1
-0
/
+1
*
Fix shared library build.
Peter Collingbourne
2015-08-29
1
-0
/
+7
*
CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.
Peter Collingbourne
2015-08-27
1
-0
/
+1
*
[InterleavedAccess] Add a pass InterleavedAccess to identify interleaved memo...
Hao Liu
2015-06-26
1
-0
/
+1
*
MIR Serialization: move the MIR printer out of the MIR printing pass.
Alex Lorenz
2015-06-15
1
-0
/
+1
*
[CodeGen] Add a pass to fold null checks into nearby memory operations.
Sanjoy Das
2015-06-15
1
-0
/
+1
*
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
Sanjoy Das
2015-06-15
1
-0
/
+1
*
Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-27
1
-0
/
+2
*
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...
NAKAMURA Takumi
2015-05-22
1
-1
/
+0
*
Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-21
1
-0
/
+1
*
Add a GCStrategy for CoreCLR
Swaroop Sridhar
2015-05-20
1
-0
/
+1
*
Revert r237708 (MIR serialization) - incremental buildbots became unstable.
Alex Lorenz
2015-05-19
1
-1
/
+0
*
MIR Serialization: print and parse LLVM IR using MIR format.
Alex Lorenz
2015-05-19
1
-0
/
+1
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
1
-0
/
+1
*
Remove the Forward Control Flow Integrity pass and its dependencies.
Eric Christopher
2015-02-27
1
-2
/
+0
[next]