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
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify code and print visibility for declarations.
Chris Lattner
2007-08-19
1
-25
/
+21
*
Oops, remove assert that wasn't meant to be committed.
Nick Lewycky
2007-08-18
1
-2
/
+0
*
Never insert duplicate edges.
Nick Lewycky
2007-08-18
1
-13
/
+17
*
Typo.
Nick Lewycky
2007-08-18
1
-1
/
+1
*
Compute the argument list as lazily as possible. This ensures that clients
Chris Lattner
2007-08-18
1
-7
/
+24
*
use a nicer accessor.
Chris Lattner
2007-08-18
1
-1
/
+1
*
Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) depending the types.
Evan Cheng
2007-08-18
1
-3
/
+14
*
MipsHi now has ouput flag
Bruno Cardoso Lopes
2007-08-18
1
-91
/
+185
*
Fixed stack frame addressing bug
Bruno Cardoso Lopes
2007-08-18
1
-8
/
+8
*
support for Schedule included on Mips.td
Bruno Cardoso Lopes
2007-08-18
2
-28
/
+15
*
Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddress
Bruno Cardoso Lopes
2007-08-18
2
-17
/
+11
*
Couple of small changes. Delay Slot handle header declared.
Bruno Cardoso Lopes
2007-08-18
2
-2
/
+3
*
Added InstrItinClass support for instruction formats
Bruno Cardoso Lopes
2007-08-18
1
-9
/
+10
*
Branch Analysis and InsertNoop inserted into header files
Bruno Cardoso Lopes
2007-08-18
1
-2
/
+36
*
createMipsDelaySlotFillerPass added to mips codegen runtime
Bruno Cardoso Lopes
2007-08-18
1
-2
/
+2
*
Added Branch Analysis support
Bruno Cardoso Lopes
2007-08-18
1
-5
/
+234
*
LowerRETURNADDR removed since it was wrong and does not have utility yet!
Bruno Cardoso Lopes
2007-08-18
1
-2
/
+3
*
InstrItineraryData support on added.
Bruno Cardoso Lopes
2007-08-18
1
-2
/
+8
*
A Pass to insert Nops on intructions with DelaySlot
Bruno Cardoso Lopes
2007-08-18
1
-0
/
+77
*
Mips generic fallback instruction schedule support!
Bruno Cardoso Lopes
2007-08-18
1
-0
/
+63
*
Avoid spliting loops where two split condition branches are not independent.
Devang Patel
2007-08-18
1
-1
/
+11
*
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-17
2
-22
/
+44
*
Avoid issue on 64-bit hosts.
Evan Cheng
2007-08-17
1
-1
/
+2
*
Fix GLIBCXX_DEBUG error of comparing two singular iterators
David Greene
2007-08-17
1
-3
/
+8
*
If dynamic_stackalloc alignment is > stack alignment, first issue an instruct...
Evan Cheng
2007-08-16
1
-5
/
+12
*
- If a dynamic_stackalloc alignment requirement is <= stack alignment, then t...
Evan Cheng
2007-08-16
1
-12
/
+12
*
Factor out some code into a helper function.
Owen Anderson
2007-08-16
1
-55
/
+34
*
Fix the verification for overloaded intrinsic types. Check that they are
Dan Gohman
2007-08-16
1
-6
/
+19
*
Add some more comments to GVN.
Owen Anderson
2007-08-16
1
-0
/
+14
*
Add MVT::fAny for overloading intrinsics on floating-point types.
Dan Gohman
2007-08-16
1
-0
/
+14
*
Cache non-local memory dependence analysis. This is a significant compile
Owen Anderson
2007-08-16
1
-2
/
+22
*
This adds a bunch of static functions that implement unsigned
Chris Lattner
2007-08-16
1
-0
/
+566
*
Improve error handling in the linker by:
Reid Spencer
2007-08-16
1
-6
/
+6
*
Fix some kill info update bugs; add hidden option -disable-rematerialization ...
Evan Cheng
2007-08-16
2
-1
/
+16
*
Ensure that error messages a propagated from calls to LinkInModule so they get
Reid Spencer
2007-08-16
1
-3
/
+4
*
Implement FPOWI ExpandOp.
Lauro Ramos Venancio
2007-08-15
1
-0
/
+5
*
Properly use const qualifiers
Anton Korobeynikov
2007-08-15
1
-1
/
+1
*
If the source of a move is in spill slot, the reload may be folded to essenti...
Evan Cheng
2007-08-15
1
-13
/
+19
*
Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixed
Anton Korobeynikov
2007-08-15
3
-14
/
+24
*
add a note.
Chris Lattner
2007-08-15
1
-0
/
+3
*
Dominance frontier is now required.
Devang Patel
2007-08-15
1
-1
/
+1
*
Cleanup removeBlocks.
Devang Patel
2007-08-15
1
-56
/
+70
*
Remove unneeded header file.
Reid Spencer
2007-08-15
1
-1
/
+0
*
Avoid triangle loops.
Devang Patel
2007-08-15
1
-4
/
+16
*
Break infinite loop.
Devang Patel
2007-08-14
1
-15
/
+17
*
Avoid nested loops at the moment.
Devang Patel
2007-08-14
1
-0
/
+4
*
- If a def is dead, do not spill it.
Evan Cheng
2007-08-14
1
-61
/
+115
*
Fix for PR1596: AdjustCopiesBackFrom() should conservatively check if any of ...
Evan Cheng
2007-08-14
1
-0
/
+13
*
If a MI's def is remat as well as spilled, and the store is later deemed dead...
Evan Cheng
2007-08-14
1
-2
/
+29
*
Fix dominance frontier update while removing blocks.
Devang Patel
2007-08-14
1
-7
/
+30
[next]