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
/
utils
/
TableGen
/
AsmWriterEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Record variable debug info at ISel time directly.
Devang Patel
2009-08-22
1
-3
/
+0
*
the MinPad argument to PadToColumn only really makes sense to be 1,
Chris Lattner
2009-08-17
1
-2
/
+2
*
make printInstruction return void since its result is omitted. Make the
Chris Lattner
2009-08-08
1
-11
/
+11
*
don't check the result of printInstruction anymore.
Chris Lattner
2009-08-08
1
-5
/
+6
*
Unbreak build.
Benjamin Kramer
2009-08-07
1
-8
/
+8
*
fix the column output stuff in the asmwriter from being dynamic and
Chris Lattner
2009-08-07
1
-15
/
+36
*
Suppress compiler warning.
Daniel Dunbar
2009-08-05
1
-1
/
+3
*
Fix some column padding bugs, reorganize things as suggested by Chris
David Greene
2009-08-05
1
-26
/
+4
*
Simplify operand padding by keying off tabs in the asm stream. If
David Greene
2009-07-31
1
-137
/
+20
*
Re-enable comment and operand padding.
David Greene
2009-07-29
1
-21
/
+213
*
Revert AsmWriterEmitter.cpp to 74742. The recent changes are causing serious ...
Evan Cheng
2009-07-29
1
-213
/
+21
*
Make a bunch of changes suggested by Chris and others to improve
David Greene
2009-07-21
1
-78
/
+146
*
Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comes
David Greene
2009-07-20
1
-16
/
+140
*
Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb.
Evan Cheng
2009-07-20
1
-16
/
+7
*
Revert 76177 for now. It's messing up ARM asm printing. Also this significant...
Evan Cheng
2009-07-18
1
-123
/
+12
*
Add logic to align instruction operands to columns for pretty-printing.
David Greene
2009-07-17
1
-12
/
+123
*
Get rid of postInstructionAction and call EmitComments directly.
David Greene
2009-07-15
1
-4
/
+4
*
Add infrastructure to allow post instruction printing action triggers.
David Greene
2009-07-13
1
-7
/
+16
*
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-07-03
1
-3
/
+4
*
allow clients of the asmprinter to opt-out of the boilerplate with a #define.
Chris Lattner
2009-06-19
1
-1
/
+5
*
Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...
Argyrios Kyrtzidis
2009-05-07
1
-12
/
+1
*
-Remove the DwarfWriter::RecordSourceLine calls from the instruction selectors.
Argyrios Kyrtzidis
2009-05-04
1
-2
/
+2
*
Revert r70803 for now, it causes a regression.
Argyrios Kyrtzidis
2009-05-03
1
-2
/
+2
*
-Remove the DwarfWriter::RecordSourceLine calls from the instruction selectors.
Argyrios Kyrtzidis
2009-05-03
1
-2
/
+2
*
Make DebugLoc independent of DwarfWriter.
Argyrios Kyrtzidis
2009-04-30
1
-3
/
+3
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
1
-1
/
+1
*
Second attempt:
Bill Wendling
2009-04-29
1
-1
/
+1
*
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
1
-1
/
+1
*
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-28
1
-1
/
+1
*
Fix escaping in asm string literals correctly by having tblgen unescape
Chris Lattner
2009-03-13
1
-5
/
+14
*
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
1
-3
/
+1
*
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-24
1
-1
/
+2
*
We have logic in there to emit a default debugging label at the beginning of a
Bill Wendling
2009-02-20
1
-4
/
+3
*
Add an accessor method to DwarfWriter to tell of debugging info should be emi...
Bill Wendling
2009-02-20
1
-1
/
+2
*
Print out a new label only if the debug location *tuple* is different. The debug
Bill Wendling
2009-02-19
1
-6
/
+9
*
Forgot to check that debug information is supported.
Bill Wendling
2009-02-19
1
-2
/
+2
*
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
1
-0
/
+11
*
Add explicit keywords.
Dan Gohman
2009-02-18
1
-1
/
+1
*
Remove tabs from my previous commit.
Cedric Venet
2008-10-27
1
-2
/
+2
*
Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWr...
Cedric Venet
2008-10-26
1
-0
/
+3
*
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-07-01
1
-2
/
+2
*
Fix a bug where an incorrect bit mask would be generated if a target's last asm
Nate Begeman
2008-04-09
1
-1
/
+1
*
Add support for escaping {} in asm strings, based on patch from Nick Burns.
Nate Begeman
2008-03-17
1
-1
/
+18
*
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-15
1
-0
/
+3
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-1
/
+2
*
Get rid of the annoying blank lines before labels.
Evan Cheng
2008-02-02
1
-0
/
+3
*
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2008-02-02
1
-0
/
+3
*
remove attributions from utils.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Work around a bogus gcc 4.2 warning.
Chris Lattner
2007-07-18
1
-1
/
+2
*
Files missing from LABEL check in.
Jim Laskey
2007-01-26
1
-1
/
+4
[prev]
[next]