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
*
Refactor FP intrinisic setup. Per review feedback.
Dale Johannesen
2008-09-22
1
-117
/
+28
*
CMake build system: support for parallel builds.
Oscar Fuentes
2008-09-22
2
-1
/
+6
*
Per review feedback: Only perform
Evan Cheng
2008-09-22
1
-39
/
+27
*
Change the calling convention used when tail call optimization is enabled fro...
Arnold Schwaighofer
2008-09-22
3
-22
/
+2
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
25
-0
/
+427
*
Add helper function to get a 32-bit floating point constant. No functionality...
Bill Wendling
2008-09-22
1
-189
/
+106
*
Fold immediates into X86 shifts with fast isel. This generates:
Chris Lattner
2008-09-21
1
-15
/
+24
*
Factor out code into HandleVirtRegDef, for consistency with
Dan Gohman
2008-09-21
1
-13
/
+12
*
Instead of building a list and sorting it just to find a maximum element,
Dan Gohman
2008-09-21
1
-26
/
+9
*
Fetch the starting index of the block when assigning intervals. This gets li...
Owen Anderson
2008-09-21
1
-2
/
+2
*
don't print GlobalAddressSDNode's with an offset of zero as "foo0".
Chris Lattner
2008-09-21
1
-5
/
+6
*
add a note
Chris Lattner
2008-09-20
1
-1
/
+32
*
Implement review feedback from Devang: make use
Duncan Sands
2008-09-20
1
-26
/
+11
*
Teach coalescer about earlyclobber bits.
Dale Johannesen
2008-09-20
2
-2
/
+17
*
Fix PR2808. When regalloc runs out of register, it spill a physical register ...
Evan Cheng
2008-09-20
1
-1
/
+4
*
No need to print function stubs for Mac OS X 10.5 and up. Linker will handle it.
Evan Cheng
2008-09-20
1
-3
/
+10
*
80 column violation.
Evan Cheng
2008-09-20
1
-4
/
+8
*
Fix a FastISel GlobalVariable CSE bug.
Dan Gohman
2008-09-19
1
-2
/
+4
*
Continue after removing the current MI.
Evan Cheng
2008-09-19
1
-0
/
+1
*
Refactor X86SelectConstAddr, folding it into X86SelectAddress. This
Dan Gohman
2008-09-19
2
-101
/
+81
*
Make earlyclobber stuff work when virtual regs
Dale Johannesen
2008-09-19
1
-8
/
+26
*
Re-materalized definition instructions may be dead. Whack them.
Evan Cheng
2008-09-19
2
-7
/
+33
*
backing out my last commit, it was not intended to go on the trunk
Gabor Greif
2008-09-19
3
-510
/
+11
*
first shot at removing Use::Val
Gabor Greif
2008-09-19
3
-11
/
+510
*
Remove the MarkModRef pass (use AddReadAttrs instead).
Duncan Sands
2008-09-19
1
-69
/
+0
*
Add a new pass AddReadAttrs which works out which functions
Duncan Sands
2008-09-19
1
-0
/
+135
*
Remove AsmThatEarlyClobber etc. from LiveIntervalAnalysis
Dale Johannesen
2008-09-19
3
-73
/
+79
*
splitLoop does not handle split condition EQ.
Devang Patel
2008-09-18
1
-0
/
+6
*
Address-mode folding for X86FastISel. It's pretty basic, but it
Dan Gohman
2008-09-18
1
-18
/
+95
*
Decrementing the iterator here could be wrong if the worklist is empty after ...
Bill Wendling
2008-09-18
1
-4
/
+5
*
Try to place hoisted instructions befoe icmp instruction.
Devang Patel
2008-09-18
1
-2
/
+23
*
Somehow RegAllocLinearScan is keeping two pointers to MachineRegisterInfo.
Evan Cheng
2008-09-18
1
-8
/
+6
*
Simplify this code. The FastISel class has its own TD member.
Dan Gohman
2008-09-18
1
-4
/
+3
*
Don't consider instructions with implicit physical register
Dan Gohman
2008-09-18
1
-1
/
+2
*
Add a new "fast" scheduler. This is currently basically just a
Dan Gohman
2008-09-18
1
-0
/
+654
*
Preliminary support for systems which require changing JIT memory regions pri...
Evan Cheng
2008-09-18
5
-1
/
+49
*
Duh. Default to ARMCC::AL (always).
Evan Cheng
2008-09-18
1
-23
/
+63
*
Clean up.
Evan Cheng
2008-09-18
1
-4
/
+8
*
Cosmetic.
Evan Cheng
2008-09-18
1
-3
/
+5
*
FastISel: For calls, prefer using the callee's address as a constant
Dan Gohman
2008-09-17
1
-10
/
+13
*
Add a bit to mark operands of asm's that conflict
Dale Johannesen
2008-09-17
7
-26
/
+140
*
Unallocatable registers do not have live intervals.
Evan Cheng
2008-09-17
1
-1
/
+3
*
Do not hoist instruction above branch condition. The instruction may use bran...
Devang Patel
2008-09-17
1
-9
/
+2
*
Do not ignore iv uses outside the loop.
Devang Patel
2008-09-17
1
-1
/
+21
*
Don't worry about clobbering physical register defs that aren't used.
Dan Gohman
2008-09-17
1
-0
/
+2
*
Fix addrmode1 instruction encodings; fix bx_ret encoding.
Evan Cheng
2008-09-17
3
-37
/
+49
*
Specify instruction encoding using range list to avoid endianess issues.
Evan Cheng
2008-09-17
1
-25
/
+26
*
Simplify and generalize X86DAGToDAGISel::CanBeFoldedBy, and draw
Dan Gohman
2008-09-17
1
-56
/
+48
*
Add a new MachineInstr-level DCE pass. It is very simple, and is intended to
Dan Gohman
2008-09-17
1
-0
/
+99
*
Add trampoline support to PPC. GCC simply calls the "__trampoline_setup"
Bill Wendling
2008-09-17
2
-7
/
+50
[next]