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
*
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
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+4
*
Add a Windows EH preparation pass that zaps resumes
Reid Kleckner
2015-01-29
1
-0
/
+1
*
Remove gc.root's performCustomLowering
Philip Reames
2015-01-28
1
-0
/
+1
*
Revert GCStrategy ownership changes
Philip Reames
2015-01-26
1
-0
/
+1
*
Move ownership of GCStrategy objects to LLVMContext
Philip Reames
2015-01-16
1
-1
/
+0
*
Split GCStrategy.cpp into two files (NFC)
Philip Reames
2015-01-15
1
-0
/
+1
*
Revert "Insert random noops to increase security against ROP attacks (llvm)"
JF Bastien
2015-01-14
1
-1
/
+0
*
Insert random noops to increase security against ROP attacks (llvm)
JF Bastien
2015-01-14
1
-0
/
+1
*
Introduce an example statepoint GC strategy
Philip Reames
2015-01-07
1
-0
/
+1
*
Add Forward Control-Flow Integrity.
Tom Roeder
2014-11-11
1
-0
/
+1
*
[RegAlloc] Kill off the trivial spiller - nobody is using it any more.
Lang Hames
2014-11-06
1
-1
/
+0
*
[MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT is
Lang Hames
2014-09-23
1
-1
/
+0
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-1
/
+0
*
Rename AtomicExpandLoadLinked into AtomicExpand
Robin Morisset
2014-08-21
1
-1
/
+1
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+1
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-1
/
+0
*
MachineCombiner Pass for selecting faster instruction
Gerolf Hoflehner
2014-08-03
1
-0
/
+1
*
Templatify RegionInfo so it works on MachineBasicBlocks
Matt Arsenault
2014-07-19
1
-0
/
+1
*
Templatify DominanceFrontier.
Matt Arsenault
2014-07-12
1
-0
/
+1
*
Move GlobalMerge from Transform to CodeGen.
Jiangning Liu
2014-06-13
1
-0
/
+1
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-0
/
+1
*
Atomics: promote ARM's IR-based atomics pass to CodeGen.
Tim Northover
2014-04-17
1
-0
/
+1
*
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
Quentin Colombet
2014-02-22
1
-0
/
+1
*
[Stackmap] Liveness Analysis Pass
Juergen Ributzka
2013-12-14
1
-0
/
+1
*
Convert register liveness tracking to work on a sub-register level instead of...
Juergen Ributzka
2013-12-14
1
-1
/
+1
*
Revert "Convert liveness tracking to work on a sub-register level instead of ...
Andrew Trick
2013-12-13
1
-1
/
+1
*
Revert "Liveness Analysis Pass"
Andrew Trick
2013-12-13
1
-1
/
+0
*
Liveness Analysis Pass
Andrew Trick
2013-12-13
1
-0
/
+1
*
Convert liveness tracking to work on a sub-register level instead of just reg...
Andrew Trick
2013-12-13
1
-1
/
+1
*
Add support for stack map generation in the X86 backend.
Andrew Trick
2013-10-31
1
-0
/
+1
*
Remove the --shrink-wrap option.
Rafael Espindola
2013-10-31
1
-1
/
+0
*
Move LiveRegUnits implementation into .cpp. Comment and format.
Andrew Trick
2013-10-14
1
-0
/
+1
*
Remove the now unused strong phi elimination pass.
Rafael Espindola
2013-10-14
1
-1
/
+0
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
1
-1
/
+0
*
Teach cmake about the new Erlang GC files.
Duncan Sands
2013-03-25
1
-0
/
+1
*
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
1
-7
/
+8
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-0
/
+1
*
Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.
Jakob Stoklund Olesen
2012-11-28
1
-1
/
+0
*
Move Target{Instr,Register}Info.cpp into lib/CodeGen.
Jakob Stoklund Olesen
2012-11-28
1
-0
/
+2
*
Remove unused MachineLoopRanges analysis.
Jakub Staszak
2012-11-27
1
-1
/
+0
*
Add a MachinePostDominator pass
Tom Stellard
2012-09-17
1
-0
/
+1
*
TargetSchedModel interface. To be implemented...
Andrew Trick
2012-09-14
1
-0
/
+1
*
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
1
-0
/
+1
[next]