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
*
Enable exception handling int JIT
Nicolas Geoffray
2008-02-13
1
-2
/
+2
*
don't create the post-ra scheduler unless it is enabled.
Chris Lattner
2008-01-14
1
-1
/
+7
*
Ammending r45669 with a missing file.
Gordon Henriksen
2008-01-07
1
-4
/
+23
*
allow sinking to be enabled for the jit
Chris Lattner
2008-01-05
1
-0
/
+3
*
Move option to enable machine LICM into LLVMTargetMachine.cpp.
Bill Wendling
2008-01-04
1
-3
/
+8
*
Add a really quick hack at a machine code sinking pass, enabled with --enable...
Chris Lattner
2008-01-04
1
-0
/
+9
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Initial commit of the machine code LICM pass. It successfully hoists this:
Bill Wendling
2007-12-07
1
-4
/
+8
*
Move subreg lowering pass to be right after regalloc, per feedback.
Christopher Lamb
2007-07-27
1
-4
/
+10
*
Add a MachineFunction pass, which runs post register allocation, that turns s...
Christopher Lamb
2007-07-26
1
-0
/
+4
*
Added -print-emitted-asm to print out JIT generated asm to cerr.
Evan Cheng
2007-07-20
1
-2
/
+4
*
Modify previous patch per review comments.
Dale Johannesen
2007-07-13
1
-2
/
+4
*
Skeleton of post-RA scheduler; doesn't do anything yet.
Dale Johannesen
2007-07-13
1
-0
/
+6
*
Exception handling has been implemented.
Duncan Sands
2007-07-11
1
-3
/
+2
*
document and hide two options.
Chris Lattner
2007-06-19
1
-2
/
+5
*
name change requested by review of previous patch
Dale Johannesen
2007-05-22
1
-2
/
+2
*
Make tail merging the default, except on powerPC. There was no prior art
Dale Johannesen
2007-05-22
1
-2
/
+2
*
move a bunch of code out of the sdisel pass into its own opt pass "codegenpre...
Chris Lattner
2007-03-31
1
-2
/
+20
*
Add a -print-lsr-output option to LLC, to print the output of the LSR pass.
Chris Lattner
2007-03-31
1
-1
/
+9
*
Now LoopStrengthReduce is a LoopPass.
Devang Patel
2007-03-06
1
-0
/
+1
*
Use exception flag.
Jim Laskey
2007-02-22
1
-1
/
+2
*
Split the addPassesToEmitFile method up into two. This is so that we can
Bill Wendling
2007-02-08
1
-48
/
+52
*
Removed more <iostream> includes
Bill Wendling
2006-12-07
1
-11
/
+10
*
enable the branch folding pass for the JIT.
Chris Lattner
2006-11-16
1
-0
/
+3
*
1. Add a pass to fold debug label instructions so a debug info client can detect
Jim Laskey
2006-11-07
1
-0
/
+3
*
Don't do dead block elimination in fast mode.
Jim Laskey
2006-10-24
1
-1
/
+2
*
add the branch folding pass as a late cleanup pass for all targets. For now
Chris Lattner
2006-10-13
1
-0
/
+3
*
add setJumpBufSize() and setJumpBufAlignment() to target-lowering.
Duraid Madina
2006-09-04
1
-2
/
+2
*
new file
Chris Lattner
2006-09-04
1
-0
/
+154