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
...
*
I don't see how NodeUpdated can be called with a
Duncan Sands
2008-02-04
1
-5
/
+10
*
Fix typo
Chris Lattner
2008-02-03
1
-1
/
+1
*
handle the case where a node can become ready to process
Chris Lattner
2008-02-03
2
-3
/
+4
*
Use the new infrastructure for listening to node updates to
Chris Lattner
2008-02-03
2
-31
/
+34
*
the world doesn't need my debugging code.
Chris Lattner
2008-02-03
1
-1
/
+0
*
Change the 'global modification' APIs in SelectionDAG to take a new
Chris Lattner
2008-02-03
2
-162
/
+209
*
Generalize the SDOperand->SDOperand form of
Chris Lattner
2008-02-03
1
-17
/
+16
*
add a -view-legalize-types-dags option, for viewing the dags going into legal...
Chris Lattner
2008-02-03
1
-0
/
+13
*
Get rid of the annoying blank lines before labels.
Evan Cheng
2008-02-02
1
-3
/
+3
*
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2008-02-02
7
-16
/
+51
*
Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...
Evan Cheng
2008-02-01
5
-35
/
+24
*
Rename RecordLabel to RecordSourceLine because that's what it is doing.
Evan Cheng
2008-02-01
2
-4
/
+4
*
Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...
Evan Cheng
2008-01-31
6
-223
/
+48
*
Add a comment for a nasty short term hack.
Evan Cheng
2008-01-31
1
-0
/
+4
*
Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...
Evan Cheng
2008-01-31
8
-22
/
+51
*
Add more thorough error checking for NULL register classes.
Christopher Lamb
2008-01-31
1
-1
/
+2
*
MRegisterInfo::getLocation() is a really bad idea. Its function is to calcula...
Evan Cheng
2008-01-31
1
-1
/
+2
*
Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting
Dan Gohman
2008-01-31
3
-3
/
+3
*
Also avoid adding callee save code before debug labels.
Evan Cheng
2008-01-31
1
-1
/
+9
*
Create a new class, MemOperand, for describing memory references
Dan Gohman
2008-01-31
5
-48
/
+190
*
Fixed a bug in MergeValueInAsValue() pointed out by David Greene. Replace val...
Evan Cheng
2008-01-30
1
-3
/
+3
*
Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_fun...
Evan Cheng
2008-01-30
1
-4
/
+4
*
Adjust loop per review feedback.
Dale Johannesen
2008-01-30
1
-4
/
+2
*
A semi-gross fix for a debug info issue. When inserting the "function start" ...
Evan Cheng
2008-01-30
1
-9
/
+26
*
Accept getelementptr starting at GV with all 0 indices as a
Dale Johannesen
2008-01-30
1
-0
/
+14
*
Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...
Evan Cheng
2008-01-30
2
-5
/
+5
*
Add a new PseudoSourceValue class, which will be used to help track
Dan Gohman
2008-01-30
1
-0
/
+33
*
Factor the addressing mode and the load/store VT out of LoadSDNode
Dan Gohman
2008-01-30
7
-66
/
+66
*
When expanding an operand, it's not the result value
Duncan Sands
2008-01-29
1
-2
/
+2
*
Use empty() instead of comparing size() with zero.
Dan Gohman
2008-01-29
8
-11
/
+11
*
Fix a typo in a comment.
Dan Gohman
2008-01-29
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2008-01-29
1
-1
/
+0
*
Use getPreferredAlignmentLog or getPreferredAlignment
Duncan Sands
2008-01-29
2
-5
/
+3
*
RegAllocBigBlock doesn't need LiveVariables either.
Owen Anderson
2008-01-29
1
-13
/
+2
*
Properly expand extract-element for non-power-of-2 codegen
Nate Begeman
2008-01-29
1
-2
/
+3
*
Handle 'X' constraint in asm's better.
Dale Johannesen
2008-01-29
3
-21
/
+50
*
Fix PowerPC/./2007-10-18-PtrArithmetic.ll
Chris Lattner
2008-01-27
1
-7
/
+14
*
fix a crash on CodeGen/X86/vector-rem.ll
Chris Lattner
2008-01-27
1
-4
/
+6
*
Reg alloc doesn't really need LiveVariables.
Owen Anderson
2008-01-27
1
-9
/
+2
*
Implement some dag combines that allow doing fneg/fabs/fcopysign in integer
Chris Lattner
2008-01-27
1
-2
/
+79
*
For long double constants, print an approximation of their value to the .s fi...
Chris Lattner
2008-01-27
1
-2
/
+6
*
Infer alignment of loads and increase their alignment when we can tell they are
Chris Lattner
2008-01-26
1
-4
/
+33
*
Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to
Chris Lattner
2008-01-26
1
-41
/
+31
*
don't bother making x&-1 only to simplify it in dag combine. This commonly o...
Chris Lattner
2008-01-26
1
-0
/
+2
*
reduce indentation
Chris Lattner
2008-01-25
1
-42
/
+44
*
fix long lines.
Chris Lattner
2008-01-25
1
-2
/
+3
*
Add skeletal code to increase the alignment of loads and stores when
Chris Lattner
2008-01-25
1
-0
/
+38
*
move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo
Chris Lattner
2008-01-25
1
-1
/
+14
*
include alignment and volatility information in -view-*-dags output
Chris Lattner
2008-01-25
1
-3
/
+10
*
Don't dump the function!
Chris Lattner
2008-01-24
1
-2
/
+0
[prev]
[next]