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
...
*
Construct global variable DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-1
/
+48
*
Construct compile unit dies using DebugInfo.
Devang Patel
2009-01-05
1
-1
/
+70
*
Revert r61415 and r61484. Duncan was correct that these weren't needed.
Bill Wendling
2009-01-05
1
-18
/
+6
*
Don't call setDepthDirty/setHeightDirty when adding an edge
Dan Gohman
2009-01-05
1
-4
/
+8
*
Extract source location info from DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+78
*
Add type DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-9
/
+79
*
Construct composite type DIE using DebugInfo.
Devang Patel
2009-01-05
1
-4
/
+83
*
TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its
Dan Gohman
2009-01-05
1
-2
/
+0
*
s/ConstructType/ConstructTypeDIE/g
Devang Patel
2009-01-05
1
-6
/
+6
*
Construct stuct field DIEs.
Devang Patel
2009-01-05
1
-0
/
+78
*
Construct enumerator DIE using DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+11
*
Construct array/vector type DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+40
*
Get rid of sentinel insertion in interval reconstruction. It just masked the
Owen Anderson
2009-01-05
1
-5
/
+0
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
11
-11
/
+29
*
Construct basic and derived type DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+44
*
subsume ConstructPointerType()
Devang Patel
2009-01-05
1
-8
/
+2
*
subsume ConstructBasicType().
Devang Patel
2009-01-05
1
-11
/
+6
*
squash warnings.
Devang Patel
2009-01-05
2
-1
/
+2
*
elf writer really wants the size of the global, not the size
Chris Lattner
2009-01-04
1
-3
/
+3
*
The llvm::ELFWriter::EmitGlobal() method is calling the
Bill Wendling
2009-01-04
1
-0
/
+1
*
Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.
Dan Gohman
2009-01-03
1
-0
/
+2
*
CommuteNodesToReducePressure() is now removed.
Dan Gohman
2009-01-03
1
-1
/
+0
*
Remove the code from the scheduler that commuted two-address
Dan Gohman
2009-01-03
2
-71
/
+0
*
Factorize (and generalize) the code promoting SELECT
Duncan Sands
2009-01-01
3
-152
/
+105
*
Remove trailing spaces.
Duncan Sands
2009-01-01
2
-33
/
+33
*
Fix PR3274: when promoting the condition of a BRCOND node,
Duncan Sands
2009-01-01
7
-103
/
+130
*
Get live interval reconstruction several steps closer to working.
Owen Anderson
2008-12-31
1
-66
/
+86
*
Linux wants the FDE initial location and address range to be forced to 32-bit.
Bill Wendling
2008-12-29
1
-2
/
+4
*
The FDE initial location and address range data should be free to be 64-bit
Bill Wendling
2008-12-29
1
-2
/
+2
*
Add braces, as suggested by a gcc warning.
Duncan Sands
2008-12-29
1
-4
/
+6
*
Teach LeaglizeDAG that i64 mul can be a libcall.
Scott Michel
2008-12-29
1
-0
/
+2
*
Fix up kill/dead marking in the new live interval reconstruction code.
Owen Anderson
2008-12-28
1
-6
/
+18
*
Add prototype code for recomputing a live interval's ranges and valnos throug...
Owen Anderson
2008-12-28
1
-1
/
+260
*
Darwin likes for the EH frame to be non-local.
Bill Wendling
2008-12-24
1
-4
/
+16
*
GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure
Bill Wendling
2008-12-24
1
-4
/
+16
*
Change comments so everybody can understand them, hopefully.
Dale Johannesen
2008-12-23
1
-2
/
+2
*
Add another permutation where we should get rid of a-a.
Dale Johannesen
2008-12-23
1
-4
/
+11
*
Restore debug printing
Anton Korobeynikov
2008-12-23
1
-23
/
+26
*
Sometimes APInt syntax is really ugly... :(
Anton Korobeynikov
2008-12-23
1
-10
/
+21
*
Indent stuff properly
Anton Korobeynikov
2008-12-23
1
-25
/
+25
*
Initial checkin of APInt'ififcation of switch lowering
Anton Korobeynikov
2008-12-23
2
-127
/
+126
*
Fix typo.
Devang Patel
2008-12-23
1
-1
/
+2
*
Silience unused warnings.
Devang Patel
2008-12-23
2
-0
/
+4
*
Clean up the atomic opcodes in SelectionDAG.
Dan Gohman
2008-12-23
5
-536
/
+139
*
Rename BuildSchedUnits to BuildSchedGraph, and refactor the
Dan Gohman
2008-12-23
6
-14
/
+24
*
Use isTerminator() instead of isBranch()||isReturn() in
Dan Gohman
2008-12-23
3
-5
/
+4
*
Avoid an unnecessary call to allnodes_size(), which is linear.
Dan Gohman
2008-12-23
1
-8
/
+11
*
Minor code simplifications.
Dan Gohman
2008-12-23
1
-6
/
+6
*
One more permutation of subtracting off a base value.
Dale Johannesen
2008-12-23
1
-0
/
+6
*
Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separate
Dan Gohman
2008-12-22
1
-182
/
+207
[prev]
[next]