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
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore malformed global variable debug info.
Devang Patel
2009-09-04
1
-0
/
+4
*
reduce size of SmallString to something more reasonable
Jim Grosbach
2009-09-01
1
-1
/
+1
*
Use raw_ostream instead of sstream
Jim Grosbach
2009-09-01
1
-7
/
+5
*
revert inadvertant change from previous commit
Jim Grosbach
2009-09-01
1
-2
/
+3
*
Simply LSDA lable emission to use a direct special-case output instead of
Jim Grosbach
2009-09-01
3
-21
/
+12
*
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-09-01
3
-12
/
+25
*
Subprogram is a scope. Derive DISubprogram from DIScope.
Devang Patel
2009-08-31
2
-4
/
+18
*
Rename DIBlock as DILexicalBlock.
Devang Patel
2009-08-31
1
-1
/
+1
*
Add flag to mark structs for Apple Block "byref" variables; also add code to
Caroline Tice
2009-08-31
2
-2
/
+254
*
Simplify isDerivedType() and other predicate interface.
Devang Patel
2009-08-31
1
-3
/
+3
*
Output a hex value, because all of the others are hex.
Bill Wendling
2009-08-31
1
-1
/
+1
*
Revert commit 80428. It completely broke exception
Duncan Sands
2009-08-31
1
-30
/
+17
*
PR4747
Jim Grosbach
2009-08-31
1
-2
/
+3
*
Nuke moribund "std::string" version of EOL(..., Encoding).
Bill Wendling
2009-08-30
1
-8
/
+0
*
- Add target lowering methods to get the preferred format for the FDE and LSDA
Bill Wendling
2009-08-29
1
-17
/
+30
*
Add a form of EOL which emits the text version of a DWARF format encoding. This
Bill Wendling
2009-08-29
1
-0
/
+50
*
Make the augmentation size and next set of bytes agree on size,
Eric Christopher
2009-08-29
1
-4
/
+10
*
Reapply 79977.
Devang Patel
2009-08-28
4
-115
/
+116
*
Nuke trailing whitespace.
Eric Christopher
2009-08-28
1
-9
/
+9
*
Closure is a very generic name. Use AppleBlock instead.
Devang Patel
2009-08-27
1
-1
/
+1
*
Revert accidental commit.
Bill Wendling
2009-08-27
2
-221
/
+28
*
--- Reverse-merging r80147 into '.':
Bill Wendling
2009-08-27
2
-28
/
+221
*
If we're emitting additional CIEs due to personality functions
Eric Christopher
2009-08-26
1
-1
/
+1
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
4
-116
/
+115
*
Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.
Devang Patel
2009-08-26
1
-4
/
+1
*
- Rename EmitCommonInformationEntry to EmitCIE.
Bill Wendling
2009-08-25
2
-19
/
+15
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
4
-115
/
+116
*
- Emit new line after each FDE.
Bill Wendling
2009-08-25
1
-1
/
+3
*
Rename functions to something more descriptive. At the very least mention the
Bill Wendling
2009-08-25
2
-14
/
+19
*
prune the #includes in raw_ostream.h by moving a
Chris Lattner
2009-08-24
2
-3
/
+4
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-1
/
+1
*
convert LoopInfo.h and GraphWriter.h to use raw_ostream
Chris Lattner
2009-08-23
1
-1
/
+1
*
convert the DIE printing stuff to use raw_ostream instead of std::ostream.
Chris Lattner
2009-08-23
4
-54
/
+37
*
random code cleanups.
Chris Lattner
2009-08-23
1
-19
/
+17
*
remove some random indentation stuff, yay for efficiency.
Chris Lattner
2009-08-23
2
-19
/
+6
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
6
-277
/
+277
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
10
-39
/
+39
*
Record variable debug info at ISel time directly.
Devang Patel
2009-08-22
4
-72
/
+20
*
Attempt to comment this code more.
Bill Wendling
2009-08-20
1
-27
/
+122
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
Switch to SmallString::str from SmallString::c_str, and remove
Daniel Dunbar
2009-08-19
1
-2
/
+2
*
switch asmprinter to emit alignments through OutStreamer.
Chris Lattner
2009-08-19
1
-8
/
+5
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
4
-61
/
+72
*
Make various changes suggested by Chris.
David Greene
2009-08-18
1
-36
/
+48
*
fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections
Chris Lattner
2009-08-18
1
-8
/
+2
*
Make AsmStreamer maintain a notion of the current section, pushing it up from...
Chris Lattner
2009-08-18
1
-15
/
+10
*
add a horrible hack to the dwarf printer. It looks like mingw is not specifying
Chris Lattner
2009-08-18
1
-3
/
+9
*
Remove a bit more cruft from the sjlj moving to a backend pass.
Jim Grosbach
2009-08-17
1
-3
/
+0
[next]