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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement operator<< for machine basic blocks to make it easier to dump them.
Chris Lattner
2006-11-18
1
-0
/
+4
*
make the previous change more aggressive, moving any block with no fallthrough.
Chris Lattner
2006-11-18
1
-9
/
+11
*
Minor code layout tweak: if we have something like this:
Chris Lattner
2006-11-18
1
-0
/
+50
*
Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build.
Jim Laskey
2006-11-17
1
-0
/
+1
*
More removal of std::cerr and DEBUG, replacing with DOUT instead.
Bill Wendling
2006-11-17
3
-65
/
+72
*
Replace std::cerr uses of the "DEBUG" macro with "DOUT" instead. Removes
Bill Wendling
2006-11-17
1
-29
/
+27
*
*** empty log message ***
Bill Wendling
2006-11-16
1
-1
/
+0
*
Match MachineCodeEmitter changes.
Evan Cheng
2006-11-16
2
-2
/
+2
*
Don't recompute getNumOperands for each iteration.
Bill Wendling
2006-11-16
1
-1
/
+1
*
Added a new method "CreateNewLiveInterval" which, given a list of
Bill Wendling
2006-11-16
1
-0
/
+49
*
enable the branch folding pass for the JIT.
Chris Lattner
2006-11-16
1
-0
/
+3
*
Fix an incorrectly inverted condition.
Evan Cheng
2006-11-16
2
-2
/
+1
*
Match live variable changes.
Evan Cheng
2006-11-15
1
-10
/
+56
*
Minor updates.
Evan Cheng
2006-11-15
1
-4
/
+4
*
A register def can be partially dead when the whole register has use(s) but a...
Evan Cheng
2006-11-15
1
-1
/
+8
*
Do away with kill / dead maps. Move kill / dead info onto MI's.
Evan Cheng
2006-11-15
1
-81
/
+107
*
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
2006-11-15
1
-3
/
+3
*
remove dead #include
Chris Lattner
2006-11-15
1
-1
/
+0
*
Matches MachineInstr changes.
Evan Cheng
2006-11-13
1
-4
/
+1
*
- Let MachineInstr ctors add implicit def and use operands. Other operands
Evan Cheng
2006-11-13
1
-16
/
+113
*
Make an assert comment match the tested assertion.
Reid Spencer
2006-11-11
1
-1
/
+1
*
Add methods to add implicit def use operands to a MI.
Evan Cheng
2006-11-11
2
-10
/
+13
*
disallow preinc of a frameindex. This is not profitable and causes 2-addr
Chris Lattner
2006-11-11
1
-5
/
+11
*
reduce indentation by using early exits. No functionality change.
Chris Lattner
2006-11-11
1
-154
/
+161
*
move big chunks of code out-of-line, no functionality change.
Chris Lattner
2006-11-11
1
-235
/
+241
*
Fix a dag combiner bug exposed by my recent instcombine patch. This fixes
Chris Lattner
2006-11-10
1
-1
/
+1
*
Add implicit def / use operands to MachineInstr.
Evan Cheng
2006-11-10
5
-29
/
+23
*
When forming a pre-indexed store, make sure ptr isn't the same or is a pred o...
Evan Cheng
2006-11-10
1
-7
/
+16
*
commentate
Chris Lattner
2006-11-10
1
-0
/
+2
*
Don't attempt expensive pre-/post- indexed dag combine if target does not sup...
Evan Cheng
2006-11-09
1
-1
/
+18
*
Add a mechanism to specify whether a target supports a particular indexed loa...
Evan Cheng
2006-11-09
1
-0
/
+8
*
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
Evan Cheng
2006-11-09
1
-2
/
+2
*
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
Evan Cheng
2006-11-09
2
-9
/
+11
*
Allows debugging llc self hosted.
Jim Laskey
2006-11-09
1
-2
/
+7
*
Merging dwarf info to a single compile unit.
Jim Laskey
2006-11-09
1
-117
/
+104
*
getPostIndexedAddressParts change: passes in load/store instead of its loaded...
Evan Cheng
2006-11-09
1
-3
/
+1
*
Remove M_2_ADDR_FLAG.
Evan Cheng
2006-11-09
1
-2
/
+0
*
Match more post-indexed ops.
Evan Cheng
2006-11-08
1
-2
/
+6
*
Remove redundant <cmath>.
Jim Laskey
2006-11-08
4
-4
/
+0
*
Now can re-enable debug label folding.
Jim Laskey
2006-11-08
1
-3
/
+0
*
- When performing pre-/post- indexed load/store transformation, do not worry
Evan Cheng
2006-11-08
1
-90
/
+29
*
Fixed a minor bug preventing some pre-indexed load / store transformation.
Evan Cheng
2006-11-08
1
-3
/
+3
*
For PR950:
Reid Spencer
2006-11-08
2
-42
/
+16
*
Fix a obscure post-indexed load / store dag combine bug.
Evan Cheng
2006-11-08
1
-1
/
+1
*
optimize single MBB loops better. In particular, produce:
Chris Lattner
2006-11-08
1
-0
/
+17
*
Accidently reran commit.
Jim Laskey
2006-11-07
1
-0
/
+3
*
Missed a label map, reverting till covered.
Jim Laskey
2006-11-07
1
-3
/
+0
*
Missed a label map, reverting till covered.
Jim Laskey
2006-11-07
1
-0
/
+3
*
1. Add a pass to fold debug label instructions so a debug info client can detect
Jim Laskey
2006-11-07
3
-48
/
+94
*
Enable improved spilling costs by default. This speeds up viterbi on x86
Chris Lattner
2006-11-07
1
-12
/
+7
[next]