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
*
Add comments for missed opportunities.
Evan Cheng
2010-04-07
1
-1
/
+4
*
Fix typo.
Evan Cheng
2010-04-07
1
-1
/
+1
*
Have the inst emitter add the !srcloc mdnode to the machine instr.
Chris Lattner
2010-04-07
2
-2
/
+18
*
remove another magic number.
Chris Lattner
2010-04-07
1
-3
/
+2
*
Three changes:
Chris Lattner
2010-04-07
6
-62
/
+96
*
Move printing of target-indepedent DEBUG_VALUE comments
Dale Johannesen
2010-04-07
2
-4
/
+69
*
Post regalloc LICM. Work in progress.
Evan Cheng
2010-04-07
2
-11
/
+169
*
Do not emit specification DIE with DW_AT_specification attribute for member f...
Devang Patel
2010-04-06
1
-2
/
+17
*
Fix a number of clang -Wsign-compare warnings that didn't have an obvious
John McCall
2010-04-06
2
-2
/
+2
*
Revert 100573, it's causing some testsuite problems.
Dale Johannesen
2010-04-06
1
-59
/
+4
*
Move printing of DEBUG_VALUE comments to target-independent place.
Dale Johannesen
2010-04-06
1
-4
/
+59
*
Allow for the possibility that a debug-value points
Dale Johannesen
2010-04-06
1
-2
/
+13
*
Reverting 100530 & 100531 due to regressions in the GDB test suite.
Stuart Hastings
2010-04-06
2
-25
/
+8
*
Code clean up. Move includes from VirtRegRewriter.h to VirtRegRewriter.cpp.
Evan Cheng
2010-04-06
2
-4
/
+5
*
Revise debug info machinery to digest nested functions and classes.
Stuart Hastings
2010-04-06
2
-8
/
+25
*
Remove assert to treat memmove and memset like memcpy
Mon P Wang
2010-04-06
1
-3
/
+4
*
propagate cookie management out one layer of function calls.
Chris Lattner
2010-04-06
2
-5
/
+4
*
report errors through LLVMContext's inline asm handler if available.
Chris Lattner
2010-04-06
1
-1
/
+15
*
Give MachineModuleInfo an actual Module*.
Chris Lattner
2010-04-06
2
-5
/
+14
*
Remove unnecessary include.
Devang Patel
2010-04-06
1
-1
/
+0
*
Fix an obvious copy-n-paste bug. It's not known to cause any miscompilation.
Evan Cheng
2010-04-05
1
-4
/
+2
*
Give AsmParser an option to control whether it finalizes
Chris Lattner
2010-04-05
1
-1
/
+2
*
add .o file writing for inline asm in llc. Here's a silly
Chris Lattner
2010-04-05
1
-3
/
+34
*
Output floating point representations in DWARF format. This is done by outputing
Bill Wendling
2010-04-05
1
-0
/
+26
*
stringref-ize the MemoryBuffer::get apis. This requires
Chris Lattner
2010-04-05
1
-9
/
+7
*
Add a comment.
Dan Gohman
2010-04-05
1
-0
/
+6
*
lowering a volatile llvm.memcpy to a libc memcpy is ok.
Chris Lattner
2010-04-05
1
-1
/
+0
*
Don't do code sinking on unreachable blocks. It's unprofitable and hazardous.
Dan Gohman
2010-04-05
1
-0
/
+5
*
remove the now-redundant MMI pointer in SelectionDAG.
Chris Lattner
2010-04-05
3
-50
/
+32
*
hopefully sate the clang self host build, which is apparently
Chris Lattner
2010-04-05
1
-0
/
+1
*
remove some redundant MMI arguments.
Chris Lattner
2010-04-05
2
-11
/
+8
*
unthread MMI from FastISel
Chris Lattner
2010-04-05
2
-41
/
+32
*
remove the MMI pointer from MachineFrameInfo.
Chris Lattner
2010-04-05
1
-6
/
+0
*
enhance MachineFunction to have a MMI pointer.
Chris Lattner
2010-04-05
2
-3
/
+4
*
privatize more stuff, eliminate vtables.
Chris Lattner
2010-04-05
2
-28
/
+28
*
reprivatize now that DwarfWriter is gone.
Chris Lattner
2010-04-05
2
-4
/
+2
*
prune #includes, MMI can never be null
Chris Lattner
2010-04-05
2
-5
/
+9
*
prune #includes, realize the MMI can never be null.
Chris Lattner
2010-04-05
2
-20
/
+34
*
finally blast DwarfWriter away.
Chris Lattner
2010-04-05
2
-83
/
+0
*
change AsmPrinter to use DwarfDebug/DwarfException directly
Chris Lattner
2010-04-05
4
-25
/
+33
*
trim some spurious references to DwarfWriter. SDIsel really doesn't
Chris Lattner
2010-04-05
3
-6
/
+2
*
eliminate DwarfDebug::shouldEmit, which is the same now as MMI::hasDebugInfo
Chris Lattner
2010-04-05
2
-13
/
+3
*
fix a regression on 2009-08-17-DebugInfo.m
Chris Lattner
2010-04-05
1
-0
/
+2
*
selection dag doesn't need DwarfWriter, remove some tendrils.
Chris Lattner
2010-04-05
3
-15
/
+5
*
fastisel doesn't need DwarfWriter, remove some tendricles.
Chris Lattner
2010-04-05
5
-19
/
+28
*
just have all targets create the DwarfWriter.
Chris Lattner
2010-04-05
1
-0
/
+1
*
nuke DwarfPrinter
Chris Lattner
2010-04-05
3
-121
/
+0
*
make DwarfException not inherit from DwarfPrinter.
Chris Lattner
2010-04-05
3
-46
/
+50
*
change SizeOf to take AsmPrinter instead of TargetData,
Chris Lattner
2010-04-05
3
-24
/
+20
*
1) make DIE take AsmPrinter instead of DwarfPrinter.
Chris Lattner
2010-04-05
6
-125
/
+141
[next]