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
/
Passes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-821
/
+0
*
CodeGen: Add DetectDeadLanes pass.
Matthias Braun
2016-04-28
1
-0
/
+2
*
Introduce a "patchable-function" function attribute
Sanjoy Das
2016-04-19
1
-0
/
+2
*
Remove extra whitespace. NFC.
Junmo Park
2016-01-18
1
-2
/
+2
*
Recommit LiveDebugValues pass after fixing a couple of minor issues.
Vikram TV
2015-12-16
1
-0
/
+1
*
[PostRA scheduling] Allow a target to do scheduling when it wants post RA.
Jonas Paulsson
2015-12-10
1
-5
/
+8
*
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
*
Enable verifier after PeepholeOptimizer
Matt Arsenault
2015-10-12
1
-1
/
+1
*
CodeGen: print and verify after TargetPassConfig::insertPass by default
Justin Bogner
2015-10-08
1
-19
/
+31
*
Android support for SafeStack.
Evgeniy Stepanov
2015-09-23
1
-1
/
+1
*
Revert "Android support for SafeStack."
Evgeniy Stepanov
2015-09-23
1
-1
/
+1
*
Android support for SafeStack.
Evgeniy Stepanov
2015-09-23
1
-1
/
+1
*
[WinEH] Add a funclet layout pass
David Majnemer
2015-09-17
1
-0
/
+2
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-4
/
+8
*
[WebAssembly] Support running without a register allocator in the default Cod...
Dan Gohman
2015-09-08
1
-16
/
+19
*
Rework of the new interface for shrink wrapping
Kit Barton
2015-08-31
1
-20
/
+3
*
Reverting patch r244235.
Kit Barton
2015-08-14
1
-3
/
+21
*
[PM/AA] Hoist the interface to TBAA into a dedicated header along with
Chandler Carruth
2015-08-14
1
-0
/
+1
*
[PM/AA] Hoist ScopedNoAliasAA's interface into a header and move the
Chandler Carruth
2015-08-14
1
-0
/
+1
*
[PM/AA] Extract a minimal interface for CFLAA to its own header file.
Chandler Carruth
2015-08-14
1
-0
/
+1
*
This patch changes the interface to enable the shrink wrapping optimization.
Kit Barton
2015-08-06
1
-21
/
+3
*
[PM/AA] Hoist the interface for BasicAA into a header file.
Chandler Carruth
2015-08-06
1
-0
/
+1
*
Redirect DataLayout from TargetMachine to Module in SjLjEHPrepare
Mehdi Amini
2015-07-08
1
-1
/
+1
*
llc: Add a 'run-pass' option.
Alex Lorenz
2015-07-06
1
-4
/
+6
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
1
-0
/
+4
*
[CodeGen] Add a pass to fold null checks into nearby memory operations.
Sanjoy Das
2015-06-15
1
-0
/
+7
*
Move the code in TargetPassConfig::addPass that inserts machine printer pass to
Akira Hatanaka
2015-06-05
1
-16
/
+18
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
1
-5
/
+25
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
2015-03-19
1
-9
/
+1
*
Remove unused headers.
Eric Christopher
2015-03-12
1
-2
/
+0
*
Stop calling DwarfEHPrepare from WinEHPrepare
Reid Kleckner
2015-03-12
1
-0
/
+4
*
Remove useMachineScheduler and replace it with subtarget options
Eric Christopher
2015-03-11
1
-33
/
+0
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Remove a gross usage of environment variables in MachineVerifier, replacing i...
Owen Anderson
2015-02-04
1
-1
/
+3
*
Add a Windows EH preparation pass that zaps resumes
Reid Kleckner
2015-01-29
1
-1
/
+3
*
Remove gc.root's performCustomLowering
Philip Reames
2015-01-28
1
-0
/
+3
*
Update a few calls to getSubtarget<> to either be getSubtargetImpl
Eric Christopher
2015-01-27
1
-1
/
+1
*
Classify functions by EH personality type rather than using the triple
Reid Kleckner
2015-01-23
1
-2
/
+1
*
Move ownership of GCStrategy objects to LLVMContext
Philip Reames
2015-01-16
1
-1
/
+0
*
Revert "Insert random noops to increase security against ROP attacks (llvm)"
JF Bastien
2015-01-14
1
-3
/
+0
*
Insert random noops to increase security against ROP attacks (llvm)
JF Bastien
2015-01-14
1
-0
/
+3
*
CodeGen support for x86_64 SEH catch handlers in LLVM
Reid Kleckner
2015-01-14
1
-1
/
+1
*
Add the ExceptionHandling::MSVC enumeration
Reid Kleckner
2014-12-19
1
-0
/
+1
*
Rename argument strings of codegen passes to avoid collisions with command line
Akira Hatanaka
2014-12-13
1
-1
/
+1
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-68
/
+66
*
This reverts commit r224043 and r224042.
Rafael Espindola
2014-12-11
1
-63
/
+68
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-68
/
+63
*
Add a print and verify pass after the RegisterCoalescer
Matthias Braun
2014-11-19
1
-0
/
+1
[next]