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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor code simplification.
Dan Gohman
2010-02-10
1
-2
/
+1
*
Silence GCC warnings.
Benjamin Kramer
2010-02-10
2
-12
/
+12
*
MC/AsmMatcher: Add support for creating tied operands when constructing MCInsts.
Daniel Dunbar
2010-02-10
1
-9
/
+67
*
emit some simple (and probably incorrect) fixups for symbolic
Chris Lattner
2010-02-10
1
-34
/
+32
*
keep track of what the current byte being emitted is
Chris Lattner
2010-02-10
1
-74
/
+87
*
simplify displacement handling, emit displacements by-operand
Chris Lattner
2010-02-10
1
-50
/
+19
*
Canonicalize sizeof and alignof on pointer types to a canonical
Dan Gohman
2010-02-10
2
-7
/
+70
*
Implement operators |=, &=, and ^= for SmallBitVector, and remove the
Dan Gohman
2010-02-10
4
-7
/
+124
*
MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the
Daniel Dunbar
2010-02-10
3
-18
/
+23
*
Fix a signed comparison warning.
Daniel Dunbar
2010-02-10
1
-3
/
+3
*
Remove stray DOS newline.
Daniel Dunbar
2010-02-10
1
-1
/
+1
*
Add a ReleaseNotes FIXME.
Daniel Dunbar
2010-02-10
1
-0
/
+3
*
Prevented build on WINDOWS using default make system. Stopped WINDOWS build
Garrison Venn
2010-02-10
1
-2
/
+5
*
Updated the enhanced disassembly library's TableGen
Sean Callanan
2010-02-10
1
-8
/
+1
*
Prevented ExceptionDemo example being built on WINDOWS via if( NOT WIN32 )
Garrison Venn
2010-02-10
1
-1
/
+4
*
Updated the TableGen emitter for the Enhanced
Sean Callanan
2010-02-10
1
-209
/
+24
*
Changed AsmWriterOperand to also include the index of the
Sean Callanan
2010-02-10
2
-4
/
+15
*
Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...
Evan Cheng
2010-02-10
2
-1
/
+31
*
"fixup" a comment.
Chris Lattner
2010-02-10
1
-1
/
+1
*
Introduce a new CodeGenInstruction::ConstraintInfo class
Chris Lattner
2010-02-10
4
-25
/
+57
*
llvm-mc: Remove --show-fixups and always show as part of --show-encoding.
Daniel Dunbar
2010-02-10
3
-27
/
+8
*
Rewrite loop to suit Chris' preference.
Dale Johannesen
2010-02-10
1
-16
/
+19
*
fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.
Chris Lattner
2010-02-10
4
-15
/
+15
*
Remove duplicated #include.
Evan Cheng
2010-02-10
1
-1
/
+0
*
Emit an error for illegal inline asm constraint (which uses illegal type) rat...
Evan Cheng
2010-02-10
2
-1
/
+14
*
fix missing #includes.
Chris Lattner
2010-02-10
3
-1
/
+3
*
daniel *really* likes fixups!
Chris Lattner
2010-02-10
1
-0
/
+1
*
Stop MachineInstr.h from #including AsmPrinter.h
Chris Lattner
2010-02-10
3
-2
/
+5
*
Improve comments a even more.
Bill Wendling
2010-02-10
1
-3
/
+3
*
Skip DBG_VALUE many places in live intervals and
Dale Johannesen
2010-02-10
2
-38
/
+57
*
Move verbose asm instruction comments to using MCStreamer.
Chris Lattner
2010-02-10
2
-77
/
+61
*
Improve comments a bit more.
Bill Wendling
2010-02-10
1
-4
/
+4
*
more comment updates
Dale Johannesen
2010-02-10
2
-3
/
+3
*
Add isDebug argument to ChangeToRegister; this prevents
Dale Johannesen
2010-02-10
2
-2
/
+4
*
print all the newlines at the end of instructions with
Chris Lattner
2010-02-10
12
-23
/
+27
*
IntegerValType holds a uint32_t, so its constructor should take a uint32_t. ...
Kenneth Uildriks
2010-02-10
1
-1
/
+1
*
Fix comments to reflect renaming elsewhere.
Dale Johannesen
2010-02-10
3
-4
/
+4
*
Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66
Kevin Enderby
2010-02-10
2
-1
/
+4
*
Add ability for MCInstPrinters to add comments for instructions.
Chris Lattner
2010-02-10
4
-3
/
+21
*
TableGen fragment refactoring.
David Greene
2010-02-09
3
-50
/
+68
*
Adds a JIT based exception handling example to the examples directory.
Garrison Venn
2010-02-09
5
-1
/
+2053
*
Fixed some indentation in the AsmWriterInst
Sean Callanan
2010-02-09
4
-14
/
+22
*
Add VBIF/VBIT for disassembly only.
Johnny Chen
2010-02-09
1
-1
/
+19
*
Make --disable-libffi work on systems with libffi installed. Also
Jeffrey Yasskin
2010-02-09
3
-22
/
+26
*
Only dump output in debug mode.
David Greene
2010-02-09
1
-4
/
+5
*
llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...
Daniel Dunbar
2010-02-09
4
-27
/
+104
*
MC/X86: Add a dummy implementation of MCFixup generation for hacky X86 MCCode...
Daniel Dunbar
2010-02-09
1
-8
/
+44
*
MC: First cut at MCFixup, for getting fixup/relocation information out of an ...
Daniel Dunbar
2010-02-09
6
-7
/
+180
*
Improve comments in the LSDA somewhat. They can be improved much more.
Bill Wendling
2010-02-09
1
-10
/
+17
*
Added VMRS/VMSR for disassembly only.
Johnny Chen
2010-02-09
1
-0
/
+25
[next]