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
/
LLVMTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Manage MachineFunctions with an analysis Pass instead of the Annotable
Dan Gohman
2009-07-31
1
-15
/
+4
*
We don't need to use llvm_report_error, this interface can deal with errors
Daniel Dunbar
2009-07-15
1
-2
/
+2
*
Add missing includes.
Daniel Dunbar
2009-07-15
1
-0
/
+2
*
Lift addAssemblyEmitter into LLVMTargetMachine.
Daniel Dunbar
2009-07-15
1
-0
/
+11
*
Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.
Daniel Dunbar
2009-07-15
1
-5
/
+15
*
Have asm printers use formatted_raw_ostream directly to avoid a
David Greene
2009-07-14
1
-2
/
+2
*
Revert an accidental commit.
Evan Cheng
2009-07-13
1
-1
/
+1
*
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-07-06
1
-0
/
+17
*
Add a ARM specific pre-allocation pass that re-schedule loads / stores from
Evan Cheng
2009-06-13
1
-1
/
+1
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
1
-0
/
+43
*
Add a new codegen pass that normalizes dwarf exception handling
Duncan Sands
2009-05-22
1
-2
/
+6
*
Pass to verify generated machine code.
Jakob Stoklund Olesen
2009-05-16
1
-27
/
+26
*
Fixed a stack slot coloring with reg bug: do not update implicit use / def wh...
Evan Cheng
2009-05-12
1
-2
/
+1
*
Rename "loop aligner" pass to "code placement optimization" pass.
Evan Cheng
2009-05-07
1
-1
/
+1
*
Just turn aggressive stack coloring off at -O3.
Bill Wendling
2009-05-07
1
-1
/
+2
*
Temporarily revert r71010. It was causing massive failures during self-hosting.
Bill Wendling
2009-05-07
1
-1
/
+1
*
Enable stack coloring with regs at -O3.
Evan Cheng
2009-05-05
1
-1
/
+1
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
1
-14
/
+14
*
Second attempt:
Bill Wendling
2009-04-29
1
-22
/
+23
*
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
1
-23
/
+22
*
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-28
1
-22
/
+23
*
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
1
-1
/
+1
*
Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrn...
Evan Cheng
2009-02-09
1
-8
/
+2
*
Revert r63999. It was breaking self-hosting builds.
Bill Wendling
2009-02-08
1
-2
/
+8
*
Enable machine sinking pass in non-fast mode.
Evan Cheng
2009-02-07
1
-8
/
+2
*
Turn on machine LICM in non-fast mode.
Evan Cheng
2009-02-05
1
-5
/
+1
*
Move post-RA scheduling before branch folding for now, because branch
Dan Gohman
2008-12-18
1
-7
/
+7
*
Run post-RA scheduling after branch folding, as it tends to
Dan Gohman
2008-11-24
1
-4
/
+7
*
Add another machine-code printing pass when post-pass scheduling is run.
Dan Gohman
2008-11-20
1
-1
/
+5
*
Implement stack protectors as function attributes: "ssp" and "sspreq".
Bill Wendling
2008-11-13
1
-15
/
+1
*
Update in response to feedback from Chris:
Bill Wendling
2008-11-04
1
-4
/
+13
*
Initial checkin for stack protectors. Here's what it does:
Bill Wendling
2008-11-04
1
-0
/
+7
*
Move the code that adds the DeadMachineInstructionElimPass from
Dan Gohman
2008-10-25
1
-4
/
+0
*
Move Print*Pass to use raw_ostream.
Daniel Dunbar
2008-10-22
1
-2
/
+2
*
Privatize PrintModulePass and PrintFunctionPass and add
Daniel Dunbar
2008-10-21
1
-3
/
+4
*
Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-isel
Dan Gohman
2008-10-07
1
-8
/
+3
*
Remove OptimizeForSize global. Use function attribute optsize.
Devang Patel
2008-10-01
1
-1
/
+1
*
Enable FastISel by default (on x86 and x86-64) with the -fast option.
Dan Gohman
2008-10-01
1
-4
/
+16
*
Enable DeadMachineInstructionElim when Fast-ISel is enabled.
Dan Gohman
2008-09-25
1
-0
/
+13
*
Refactor the code that adds standard LLVM codegen passes into
Dan Gohman
2008-09-25
1
-109
/
+44
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-1
/
+2
*
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
1
-4
/
+4
*
Factor GC metadata table assembly generation out of Collector in preparation ...
Gordon Henriksen
2008-08-17
1
-1
/
+1
*
Don't run stack slot coloring if -fast.
Evan Cheng
2008-06-30
1
-2
/
+4
*
Enable stack coloring by default.
Evan Cheng
2008-06-06
1
-8
/
+2
*
Oops. Should not be enabled by default.
Evan Cheng
2008-06-04
1
-1
/
+1
*
Add a stack slot coloring pass. Not yet enabled.
Evan Cheng
2008-06-04
1
-21
/
+37
*
Do not run loop-aligner at -fast (e.g. -O0).
Evan Cheng
2008-06-03
1
-1
/
+1
*
Fix indentation.
Evan Cheng
2008-05-30
1
-1
/
+1
*
Unbreak JIT
Anton Korobeynikov
2008-04-23
1
-0
/
+4
[next]