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
/
Target
/
X86
/
X86RegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r75581: it causes massive breakage in the Ada
Duncan Sands
2009-07-23
1
-0
/
+23
*
Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu...
Evan Cheng
2009-07-20
1
-22
/
+37
*
Enable cross register class coalescing.
Evan Cheng
2009-07-18
1
-0
/
+78
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-4
/
+4
*
Remove hack now that Evan fixed it so that the frame pointer isn't saved twice.
Bill Wendling
2009-07-14
1
-23
/
+0
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-4
/
+5
*
If -fomit-frame-pointer is used, we still need to record when the %esp register
Bill Wendling
2009-07-09
1
-1
/
+20
*
Targets sometimes assign fixed stack object to spill certain callee-saved
Evan Cheng
2009-07-09
1
-3
/
+10
*
Recommit r74952 with a bug fix:
Bill Wendling
2009-07-08
1
-68
/
+102
*
--- Reverse-merging (from foreign repository) r74952 into '.':
Bill Wendling
2009-07-07
1
-76
/
+68
*
DWARF requires frame moves be specified at specific times. If you have a
Bill Wendling
2009-07-07
1
-68
/
+76
*
Do not use first actual instruction's location for prologue. The debug wants ...
Devang Patel
2009-06-17
1
-2
/
+1
*
There doesn't seem to be a reason to move the save FP stuff.
Bill Wendling
2009-06-16
1
-7
/
+7
*
The DWARF to compact encoding converter assumes that the DW_CFA_def_cfa_offset
Bill Wendling
2009-06-16
1
-20
/
+18
*
Simplified logic of this if-then statement to reduce nesting. No functionality
Bill Wendling
2009-06-09
1
-44
/
+46
*
Revert r72898. It does not solve the problem I want it to solve.
Bill Wendling
2009-06-08
1
-16
/
+15
*
The DWARF unwind info was incorrect. While compiling with
Bill Wendling
2009-06-04
1
-15
/
+16
*
Add new function attribute - noredzone.
Devang Patel
2009-06-04
1
-0
/
+1
*
PR3739, part 1: Disable the red zone on Win64.
Eli Friedman
2009-06-04
1
-1
/
+2
*
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-13
1
-2
/
+2
*
Re-apply 68552.
Rafael Espindola
2009-04-08
1
-2
/
+2
*
Temporarily revert r68552. This was causing a failure in the self-hosting LLVM
Bill Wendling
2009-04-07
1
-2
/
+2
*
Reduce code duplication on the TLS implementation.
Rafael Espindola
2009-04-07
1
-2
/
+2
*
Remove strange extra semicolons.
Nick Lewycky
2009-03-19
1
-1
/
+1
*
Make sure this doesn't access .end() too.
Bill Wendling
2009-02-21
1
-3
/
+4
*
Make sure we don't dereference the .end() of the container.
Bill Wendling
2009-02-21
1
-1
/
+2
*
Propagate more debug loc infos. This also includes some code cleaning.
Bill Wendling
2009-02-21
1
-6
/
+18
*
We need to propagate the debug location information even when dealing with the
Bill Wendling
2009-02-21
1
-4
/
+4
*
Remove non-DebugLoc versions of BuildMI from X86.
Dale Johannesen
2009-02-13
1
-1
/
+4
*
Revert this. It was breaking stuff.
Bill Wendling
2009-02-13
1
-1
/
+9
*
Turn off the old way of handling debug information in the code generator. Use
Bill Wendling
2009-02-13
1
-9
/
+1
*
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-12
1
-24
/
+33
*
Don't try to set an EFLAGS operand to dead if no instruction was created.
Dan Gohman
2009-02-11
1
-4
/
+6
*
Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.
Evan Cheng
2009-02-06
1
-0
/
+8
*
Fix the Red Zone calculation for functions with frame pointers.
Dan Gohman
2009-01-27
1
-7
/
+10
*
Implement Red Zone utilization on x86-64. This is currently
Dan Gohman
2009-01-26
1
-0
/
+12
*
Fix a compiler-abort on a testcase where the stack-pointer is added to
Dan Gohman
2008-12-24
1
-6
/
+13
*
Silence unused variable warnings.
Devang Patel
2008-12-23
1
-0
/
+2
*
When emitting instructions that define EFLAGS and the EFLAGS value isn't
Dan Gohman
2008-12-18
1
-7
/
+23
*
When setting up the frame pointer, add it as a live-in register to all
Dan Gohman
2008-12-18
1
-0
/
+5
*
Mark the x86 fp stack registers as "reserved". This tells LiveVariables
Dan Gohman
2008-12-18
1
-0
/
+14
*
Fish kill flag annotations in PUSH instructions.
Dan Gohman
2008-11-26
1
-2
/
+3
*
Revert r58489. It isn't correct for all cases.
Bill Wendling
2008-10-31
1
-1
/
+2
*
Don't skip over all "terminator" instructions when determining where to put the
Bill Wendling
2008-10-31
1
-2
/
+1
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-3
/
+3
*
Split x86's ADJCALLSTACK instructions into 32-bit and 64-bit forms.
Dan Gohman
2008-10-01
1
-4
/
+9
*
Re-apply 56683 with fixes.
Evan Cheng
2008-09-27
1
-0
/
+1
*
Temporarily reverting r56683. This is causing a failure during the build of l...
Bill Wendling
2008-09-26
1
-1
/
+0
*
Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...
Evan Cheng
2008-09-26
1
-0
/
+1
*
X86 address displacement field must be interpreted as a 32-bit value.
Evan Cheng
2008-09-26
1
-3
/
+4
[next]