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
...
*
Revert 93648.
Rafael Espindola
2010-01-16
1
-0
/
+6
*
Mangler::getMangledName is now dead, remove it and all the other stuff in Man...
Chris Lattner
2010-01-16
1
-6
/
+0
*
Change DIEObjectLabel to take an MCSymbol instead of std::string.
Chris Lattner
2010-01-16
6
-10
/
+23
*
rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,
Chris Lattner
2010-01-16
3
-26
/
+45
*
eliminate uses of getMangledName from AsmPrinter.cpp, last up is
Chris Lattner
2010-01-16
1
-5
/
+9
*
No need to use WeakVH here.
Devang Patel
2010-01-16
1
-2
/
+1
*
Replace DebugLocTuple with DILocation.
Devang Patel
2010-01-16
4
-32
/
+38
*
remove a couple of actively incorrect uses of getMangledName.
Chris Lattner
2010-01-16
1
-4
/
+6
*
Retrying r91337:
Bill Wendling
2010-01-16
1
-8
/
+19
*
fix inverted conditional
Chris Lattner
2010-01-16
1
-1
/
+1
*
CurrentFnName is now dead, remove it.
Chris Lattner
2010-01-16
1
-2
/
+1
*
remove the string form of printVisibility.
Chris Lattner
2010-01-16
1
-20
/
+18
*
Treat indirect branches specially only during pre-regalloc tail duplication,
Bob Wilson
2010-01-16
1
-13
/
+13
*
Run the pre-register allocation tail duplication pass by default. Remove
Bob Wilson
2010-01-16
1
-5
/
+3
*
supplement CurrentFnName with CurrentFnSym, which will eventually
Chris Lattner
2010-01-15
1
-0
/
+1
*
add a version of AsmPrinter::printVisibility that takes an MCSymbol.
Chris Lattner
2010-01-15
1
-0
/
+17
*
add another helper
Chris Lattner
2010-01-15
1
-0
/
+11
*
add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol
Chris Lattner
2010-01-15
1
-0
/
+16
*
Update CMake build.
Ted Kremenek
2010-01-15
1
-1
/
+0
*
Add FIXME.
Devang Patel
2010-01-15
1
-0
/
+1
*
Don't make changes to the MBB in MachineBasicBlock::canFallThrough().
Jakob Stoklund Olesen
2010-01-15
1
-1
/
+1
*
Simplify logic. Any functional change is unintended.
Jakob Stoklund Olesen
2010-01-15
1
-6
/
+2
*
Add some debug routines to SelectionDAG to dump full DAGs.
David Greene
2010-01-15
2
-1
/
+44
*
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
1
-2
/
+0
*
Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.
Nate Begeman
2010-01-15
6
-1549
/
+127
*
Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...
Victor Hernandez
2010-01-15
1
-0
/
+2
*
Change pre-regalloc tail duplication to only duplicate indirect branch blocks.
Bob Wilson
2010-01-15
1
-4
/
+11
*
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
1
-2
/
+0
*
Do not use AT_specification die for static variables. It confuses gdb.
Devang Patel
2010-01-15
1
-3
/
+6
*
fix 80-column violations
Jim Grosbach
2010-01-15
1
-12
/
+14
*
Fix 80 column violations and clean up whitespace
Jim Grosbach
2010-01-15
1
-5
/
+4
*
Do not emit multiple AT_container_type attributes.
Devang Patel
2010-01-15
1
-1
/
+2
*
Fix a comment.
Dale Johannesen
2010-01-14
1
-1
/
+1
*
Add comment explaining the necessity of r93456
Jim Grosbach
2010-01-14
1
-0
/
+5
*
Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,
Jim Grosbach
2010-01-14
1
-1
/
+1
*
Fix a codegen abort seen in 483.xalancbmk.
Dan Gohman
2010-01-14
1
-0
/
+3
*
Commit some changes I had managed to lose last night while refactoring the co...
Evan Cheng
2010-01-13
1
-1
/
+6
*
Re-enable extension optimization pass.
Evan Cheng
2010-01-13
1
-0
/
+1
*
Add comment; refactor; avoid pulling in DT if it's not used.
Evan Cheng
2010-01-13
1
-79
/
+110
*
remove uses of deprecated functions, this generates slightly
Chris Lattner
2010-01-13
1
-6
/
+7
*
use the new form of getNameWithPrefix, not makeNameProper.
Chris Lattner
2010-01-13
1
-1
/
+1
*
change Mangler::makeNameProper to return its result in a SmallVector
Chris Lattner
2010-01-13
1
-7
/
+8
*
fix assert in AsmPrinter::EmitGlobalConstantLargeInt to match reality.
Chris Lattner
2010-01-13
1
-2
/
+1
*
reduce nesting and code duplication in AsmPrinter::EmitGlobalConstantLargeInt.
Chris Lattner
2010-01-13
1
-31
/
+26
*
reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte
Chris Lattner
2010-01-13
1
-5
/
+22
*
reduce indentation and use early exits in AsmPrinter::EmitConstantValueOnly
Chris Lattner
2010-01-13
1
-107
/
+122
*
Disable opt-ext pass to unbreak the build for now.
Evan Cheng
2010-01-13
1
-1
/
+0
*
Remove debug option I accidentally left in.
Evan Cheng
2010-01-13
1
-3
/
+0
*
Update CMake file.
Ted Kremenek
2010-01-13
1
-1
/
+2
*
Add a quick pass to optimize sign / zero extension instructions. For targets ...
Evan Cheng
2010-01-13
2
-0
/
+154
[prev]
[next]