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
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-mc: Remove --show-fixups and always show as part of --show-encoding.
Daniel Dunbar
2010-02-10
1
-19
/
+6
*
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
2
-5
/
+4
*
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
*
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
1
-74
/
+61
*
Improve comments a bit more.
Bill Wendling
2010-02-10
1
-4
/
+4
*
more comment updates
Dale Johannesen
2010-02-10
1
-2
/
+2
*
Add isDebug argument to ChangeToRegister; this prevents
Dale Johannesen
2010-02-10
1
-1
/
+3
*
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
1
-1
/
+2
*
Add ability for MCInstPrinters to add comments for instructions.
Chris Lattner
2010-02-10
2
-1
/
+9
*
TableGen fragment refactoring.
David Greene
2010-02-09
3
-50
/
+68
*
Add VBIF/VBIT for disassembly only.
Johnny Chen
2010-02-09
1
-1
/
+19
*
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
2
-25
/
+96
*
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
4
-5
/
+46
*
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
*
port encoder enhancements over to the new encoder.
Chris Lattner
2010-02-09
1
-20
/
+34
*
fix X86 encoder to output [disp] only addresses with no SIB byte
Chris Lattner
2010-02-09
1
-73
/
+85
*
Move Intrinsic::objectsize lowering back to InstCombineCalls and
Eric Christopher
2010-02-09
1
-1
/
+19
*
revert r95689: getX86RegNum(BaseReg) != N86::ESP is
Chris Lattner
2010-02-09
1
-2
/
+2
*
simplify.
Chris Lattner
2010-02-09
1
-2
/
+2
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
56
-270
/
+219
*
Radar 7417921
Jim Grosbach
2010-02-09
2
-2
/
+2
*
Pull these back out, they're a little too aggressive and time
Eric Christopher
2010-02-09
2
-115
/
+0
*
Added vcvtb/vcvtt (between half-precision and single-precision, VFP).
Johnny Chen
2010-02-09
1
-0
/
+18
*
Remember to update live-in lists when coalescing physregs.
Jakob Stoklund Olesen
2010-02-09
1
-0
/
+17
*
move PR3462 to here.
Chris Lattner
2010-02-09
1
-1
/
+1
*
add a note from PR6194
Chris Lattner
2010-02-09
1
-0
/
+33
*
Skip DEBUG_VALUE in some places where it was affecting codegen.
Dale Johannesen
2010-02-09
3
-0
/
+9
*
Add declaration attribute to a variable DIE, if there is a separate DIE for t...
Devang Patel
2010-02-09
1
-0
/
+1
*
simplify this code, duh.
Chris Lattner
2010-02-09
1
-8
/
+4
*
fix PR6193, only considering sign extensions *from i1* for this
Chris Lattner
2010-02-09
1
-5
/
+10
*
Add file in here too.
Eric Christopher
2010-02-09
1
-0
/
+1
*
make -show-inst be formatted a bit nicer. Before:
Chris Lattner
2010-02-09
1
-8
/
+12
*
Fixed a bug in the PBQP allocator's findCoalesces method.
Lang Hames
2010-02-09
1
-6
/
+17
*
Implement x86 asm parsing support for %st and %st(4)
Chris Lattner
2010-02-09
1
-0
/
+35
*
Added copy sensible construction & assignment to PBQP graphs and fixed a memo...
Lang Hames
2010-02-09
2
-18
/
+85
*
Add a new pass to do llvm.objsize lowering using SCEV.
Eric Christopher
2010-02-09
1
-0
/
+114
*
pass stringref by value instead of by const&
Chris Lattner
2010-02-09
2
-2
/
+3
*
move PR6212 to this file.
Chris Lattner
2010-02-09
1
-0
/
+25
[next]