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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename bunch of variables.
Devang Patel
2007-08-21
1
-72
/
+79
*
Preserve LCSSA.
Devang Patel
2007-08-21
1
-1
/
+15
*
Use SmallVector.
Devang Patel
2007-08-21
1
-3
/
+3
*
No need to hardcode SmallVector size.
Devang Patel
2007-08-21
2
-6
/
+6
*
InlineAsm asm support for integer registers added
Bruno Cardoso Lopes
2007-08-21
2
-0
/
+81
*
Instruction Itinerary attribution fixed
Bruno Cardoso Lopes
2007-08-21
1
-0
/
+1
*
Doxygenize comments.
David Greene
2007-08-21
1
-22
/
+22
*
Fix potentially N^2 behavior handling arrays with many of the
Chris Lattner
2007-08-21
1
-8
/
+35
*
Use only 1 knob to enable exceptions on Darwin :).
Anton Korobeynikov
2007-08-21
1
-0
/
+8
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
10
-24
/
+23
*
simplify code, improve a comment.
Chris Lattner
2007-08-21
1
-6
/
+6
*
s/ExitBlock/ExitingBlock/g
Devang Patel
2007-08-20
1
-26
/
+27
*
initial checkin of Neil's APFloat work.
Chris Lattner
2007-08-20
4
-13
/
+1780
*
clarify precedence, no functionality change.
Chris Lattner
2007-08-20
1
-1
/
+1
*
add reverse iterators to smallvector
Chris Lattner
2007-08-20
1
-3
/
+14
*
- Use correct header for SCEV inside LoopPass.cpp
Anton Korobeynikov
2007-08-20
3
-12
/
+15
*
Replace indunction variable with split value in loop body.
Devang Patel
2007-08-20
1
-1
/
+5
*
Do not split loops rejected by processOneIterationLoop().
Devang Patel
2007-08-20
3
-9
/
+13
*
Add FilteredPassNameParser along with PassArgFilter to filter passes
David Greene
2007-08-20
1
-2
/
+40
*
Minor cleanups to reduce some spurious differences between different
Dan Gohman
2007-08-20
1
-9
/
+11
*
Add Type::isIntOrIntVector, like Type::isFPOrFPVector.
Dan Gohman
2007-08-20
2
-0
/
+16
*
When Intrinsic::getName is constructing names for overloaded intrinsics,
Dan Gohman
2007-08-20
1
-1
/
+2
*
Fix this test for gcc-4.2.
Duncan Sands
2007-08-20
1
-1
/
+1
*
Partial implementation of calling functions with byval arguments:
Rafael Espindola
2007-08-20
3
-2
/
+33
*
add a note
Chris Lattner
2007-08-20
1
-0
/
+18
*
update the xcode project file, patch by Gordon Henriksen
Chris Lattner
2007-08-20
1
-186
/
+307
*
Fix PR1611 - Visibility should be ignored for a declaration
Chris Lattner
2007-08-19
1
-6
/
+13
*
simplify code and print visibility for declarations.
Chris Lattner
2007-08-19
1
-25
/
+21
*
add mips target to builder. I'd appreciate it if someone with
Chris Lattner
2007-08-19
1
-1
/
+5
*
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
*
Simplify.
Nick Lewycky
2007-08-18
1
-2
/
+1
*
Compute the argument list as lazily as possible. This ensures that clients
Chris Lattner
2007-08-18
2
-23
/
+71
*
use a nicer accessor.
Chris Lattner
2007-08-18
1
-1
/
+1
*
Test dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C)
Evan Cheng
2007-08-18
1
-0
/
+25
*
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
[next]