index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a variety of issues were we'd start DebugTimer but
Chris Lattner
2010-03-29
1
-40
/
+11
*
Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...
Devang Patel
2010-03-29
4
-37
/
+54
*
Revert 99772.
Devang Patel
2010-03-28
4
-45
/
+37
*
add a statistic for the # times isel has to backtrack.
Chris Lattner
2010-03-28
1
-1
/
+3
*
Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.
Devang Patel
2010-03-28
4
-37
/
+45
*
finally remove the immAllOnesV_bc/immAllZerosV_bc patterns
Chris Lattner
2010-03-28
1
-1
/
+1
*
comply with the wishes of a fixme.
Chris Lattner
2010-03-28
1
-3
/
+0
*
now that (parallel) is gone and a variety of bugs in targets
Chris Lattner
2010-03-28
1
-8
/
+4
*
add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and
Chris Lattner
2010-03-28
1
-0
/
+29
*
don't add nodes to the now-dead nodes list multiple times, this
Chris Lattner
2010-03-28
1
-2
/
+3
*
don't add flag nodes with chain results to the NowDeadNodes
Chris Lattner
2010-03-28
1
-2
/
+3
*
improve -debug-only=isel comments for cases when we don't enter a
Chris Lattner
2010-03-27
1
-4
/
+8
*
Forgot the part where we handle the ".llvm.eh.catch.all.value".
Bill Wendling
2010-03-27
1
-2
/
+11
*
Return if we changed anything or not.
Bill Wendling
2010-03-27
1
-11
/
+9
*
If a selector has a call to ".llvm.eh.catch.all.value" that we haven't
Bill Wendling
2010-03-27
1
-8
/
+38
*
If we mark clean-ups as clean-ups, then it could break when inlining through an
Bill Wendling
2010-03-26
1
-7
/
+215
*
Add few missed libcalls and correct names for others.
Anton Korobeynikov
2010-03-26
1
-4
/
+16
*
Debug info shouldn't affect kills.
Dale Johannesen
2010-03-26
1
-0
/
+3
*
LiveVariables should clear kill / dead markers first. This allows us to remov...
Evan Cheng
2010-03-26
2
-6
/
+8
*
Try trivial remat before the coalescer gives up on a vr / physreg coalescing ...
Evan Cheng
2010-03-26
1
-1
/
+7
*
Handle DEBUG_VALUE in this pass.
Dale Johannesen
2010-03-26
1
-11
/
+14
*
Code clean up.
Evan Cheng
2010-03-25
1
-11
/
+10
*
fix a valgrind error on copy-constructor-synthesis.cpp, which is caused when
Chris Lattner
2010-03-25
1
-2
/
+3
*
Remove an unused option.
Evan Cheng
2010-03-25
1
-59
/
+29
*
Add comment.
Devang Patel
2010-03-25
1
-0
/
+3
*
Scheduler assumes SDDbgValue nodes are in source order. That's true currently...
Evan Cheng
2010-03-25
1
-0
/
+8
*
Change tblgen to emit FOOISD opcode names as two
Chris Lattner
2010-03-25
1
-3
/
+9
*
Remove a fixme that doesn't make sense any more.
Evan Cheng
2010-03-25
1
-2
/
+0
*
Make sure SDDbgValue.Invalid is initialized to false by all the constructors.
Evan Cheng
2010-03-25
1
-2
/
+2
*
Make the NDEBUG assertion stronger and more clear what is
Chris Lattner
2010-03-25
1
-5
/
+20
*
reapply 99444/99445, which I speculatively reverted in
Chris Lattner
2010-03-25
2
-78
/
+95
*
Change how dbg_value sdnodes are converted into machine instructions. Their p...
Evan Cheng
2010-03-25
6
-112
/
+187
*
Avoid being influenced by dbg_value instructions.
Evan Cheng
2010-03-25
2
-2
/
+2
*
revert 99444/99445. This doesn't cause the failure of
Chris Lattner
2010-03-24
2
-95
/
+78
*
remove dead argument.
Chris Lattner
2010-03-24
2
-5
/
+3
*
split EmitNode in half to reduce indentation.
Chris Lattner
2010-03-24
2
-78
/
+97
*
Use SP filename directly instead of SP's context's filename.
Devang Patel
2010-03-24
1
-2
/
+2
*
Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan.
Bob Wilson
2010-03-24
1
-3
/
+1
*
Fix memory leak in liveintervals: the destructor for VNInfos must be called,
Torok Edwin
2010-03-24
1
-1
/
+3
*
dbg_value may end a block.
Evan Cheng
2010-03-24
1
-4
/
+4
*
Remove the ConvertActions table and associated code, which is unused.
Dan Gohman
2010-03-24
1
-1
/
+0
*
Revert 99335. getTypeToExpandTo's iterative behavior is actually
Dan Gohman
2010-03-23
1
-3
/
+2
*
Remove getTypeToExpandTo, since it isn't adding much value
Dan Gohman
2010-03-23
1
-2
/
+3
*
Ignore dbg_value's.
Evan Cheng
2010-03-23
1
-5
/
+7
*
Code clean up.
Evan Cheng
2010-03-23
1
-6
/
+6
*
Fix PR6673: updating the callback should not clear the map.
Chris Lattner
2010-03-22
1
-1
/
+5
*
Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit.
Devang Patel
2010-03-22
1
-4
/
+8
*
DW_AT_stmt_list attribute attached with a compile unit encodes offset of line...
Devang Patel
2010-03-22
4
-77
/
+4
*
Reduce indentation.
Evan Cheng
2010-03-22
1
-35
/
+34
*
Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValue
Jeffrey Yasskin
2010-03-22
3
-5
/
+9
[next]