index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Start scaffolding for a MachineTraceMetrics analysis pass.
Jakob Stoklund Olesen
2012-07-26
1
-0
/
+1
*
Add an experimental early if-conversion pass, off by default.
Jakob Stoklund Olesen
2012-07-04
1
-0
/
+1
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
Remove the RenderMachineFunction HTML output pass.
Jakob Stoklund Olesen
2012-06-20
1
-1
/
+0
*
Sketch a LiveRegMatrix analysis pass.
Jakob Stoklund Olesen
2012-06-09
1
-0
/
+1
*
cmake: new file
Andrew Trick
2012-04-24
1
-0
/
+1
*
Fix cmake
Andrew Trick
2012-03-07
1
-1
/
+0
*
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-13
1
-0
/
+1
*
Move RegAllocBase into its own cpp file separate from RABasic.
Jakob Stoklund Olesen
2012-01-11
1
-0
/
+1
*
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2012-01-07
1
-0
/
+1
*
Kill ObjectCodeEmitter and BinaryObject, they were unused and superseded by MC.
Benjamin Kramer
2012-01-05
1
-1
/
+0
*
Remove the old ELF writer.
Rafael Espindola
2012-01-05
1
-2
/
+0
*
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
1
-0
/
+2
*
Move parts of lib/Target that use CodeGen into lib/CodeGen.
Nick Lewycky
2011-12-15
1
-0
/
+2
*
llvm/lib/CodeGen: Fix cmake build since r146542.
NAKAMURA Takumi
2011-12-14
1
-0
/
+1
*
Kill off the LoopSplitter. It's not being used or maintained.
Lang Hames
2011-12-06
1
-1
/
+0
*
CodeGen: fix CMake build
Dylan Noblesmith
2011-12-01
1
-0
/
+1
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-10
/
+0
*
Delete VirtRegRewriter.
Jakob Stoklund Olesen
2011-11-13
1
-1
/
+0
*
Delete the linear scan register allocator.
Jakob Stoklund Olesen
2011-11-12
1
-1
/
+0
*
Implement a block placement pass based on the branch probability and
Chandler Carruth
2011-10-21
1
-0
/
+1
*
Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
Jakob Stoklund Olesen
2011-09-28
1
-0
/
+1
*
Rename LowerSubregs to ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-25
1
-1
/
+1
*
Extract live range calculations from SplitKit.
Jakob Stoklund Olesen
2011-09-13
1
-0
/
+1
*
Provide utility to extract and use lexical scoping information from machine i...
Devang Patel
2011-08-10
1
-0
/
+1
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-0
/
+10
*
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
2011-07-25
1
-1
/
+1
*
Add MachineBlockFrequency analysis.
Jakub Staszak
2011-07-16
1
-0
/
+1
*
Fix CMake build by removing this now dead file.
Chandler Carruth
2011-06-28
1
-1
/
+0
*
Merge SimpleRegisterCoalescing.cpp into RegisterCoalescer.cpp.
Rafael Espindola
2011-06-26
1
-1
/
+0
*
Introduce MachineBranchProbabilityInfo class, which has similar API to
Jakub Staszak
2011-06-16
1
-0
/
+1
*
Add a RegisterClassInfo class that lazily caches information about
Jakob Stoklund Olesen
2011-06-02
1
-0
/
+1
*
Add an InterferenceCache class for caching per-block interference ranges.
Jakob Stoklund Olesen
2011-04-02
1
-0
/
+1
*
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2011-02-18
1
-0
/
+3
*
sort this.
Chris Lattner
2011-01-09
1
-1
/
+1
*
Add the SpillPlacement analysis pass.
Jakob Stoklund Olesen
2011-01-06
1
-0
/
+1
*
Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.
Jakob Stoklund Olesen
2011-01-04
1
-0
/
+1
*
Add MachineLoopRanges analysis.
Jakob Stoklund Olesen
2010-12-15
1
-0
/
+1
*
Add an AllocationOrder class that can iterate over the allocatable physical
Jakob Stoklund Olesen
2010-12-10
1
-0
/
+1
*
Generalize PostRAHazardRecognizer so it can be used in any pass for
Andrew Trick
2010-12-08
1
-1
/
+1
[next]