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
*
Eliminate the use of PriorityQueue and just use a std::vector,
Dan Gohman
2010-05-26
2
-8
/
+41
*
Delete an unused function.
Dan Gohman
2010-05-26
1
-2
/
+0
*
MC: Change RelaxInstruction to only take the input and output instructions.
Daniel Dunbar
2010-05-26
2
-8
/
+7
*
Fix a typo in a comment that Gabor noticed.
Dan Gohman
2010-05-26
1
-3
/
+3
*
MC: Eliminate an unnecessary copy.
Daniel Dunbar
2010-05-26
1
-9
/
+4
*
MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it
Daniel Dunbar
2010-05-26
3
-28
/
+12
*
Remove dead code.
Devang Patel
2010-05-26
2
-11
/
+1
*
Do not construct location list backword!
Devang Patel
2010-05-26
1
-13
/
+17
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
9
-279
/
+87
*
MC: Eliminate MCAsmFixup, replace with MCFixup.
Daniel Dunbar
2010-05-26
4
-28
/
+24
*
MC: Use accessors for access to MCAsmFixup.
Daniel Dunbar
2010-05-26
4
-25
/
+30
*
MC: Change MCInst::dump_pretty to not include a trailing newline.
Daniel Dunbar
2010-05-26
3
-3
/
+6
*
Kill unneeded SExt.
Benjamin Kramer
2010-05-26
1
-1
/
+1
*
SRetReturnReg was set in LowerFormalArguments(). So only assert it here.
Zhongxing Xu
2010-05-26
1
-4
/
+2
*
MC: Eliminate MCFragment vtable, which was unnecessary.
Daniel Dunbar
2010-05-26
1
-69
/
+62
*
Coding style change (Adding 1 missing space.)
Shih-wei Liao
2010-05-26
1
-1
/
+1
*
Adding the missing implementation for ARM::SBFX and ARM::UBFX.
Shih-wei Liao
2010-05-26
1
-1
/
+13
*
Temporarily revert r104655 as it's breaking the bots.
Eric Christopher
2010-05-26
2
-39
/
+37
*
fix off by 1 (insn) error in eh.sjlj.setjmp thumb code sequence.
Jim Grosbach
2010-05-26
2
-3
/
+3
*
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
9
-87
/
+279
*
Change push_all to a non-virtual function and implement it in the
Dan Gohman
2010-05-26
2
-6
/
+1
*
Trim #include.
Dan Gohman
2010-05-26
1
-1
/
+0
*
Dale and Evan suggested putting the "check for setjmp" much earlier in the
Bill Wendling
2010-05-26
2
-37
/
+39
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
9
-279
/
+87
*
Adding the missing implementation of Bitfield's "clear" and "insert".
Shih-wei Liao
2010-05-26
1
-4
/
+9
*
To handle s* registers in emitVFPLoadStoreMultipleInstruction().
Shih-wei Liao
2010-05-26
1
-7
/
+12
*
Start adding mach-o tls reloc support.
Eric Christopher
2010-05-26
2
-2
/
+10
*
Drop the SuperregHashTable. It is essentially the same as SubregHashTable.
Jakob Stoklund Olesen
2010-05-25
1
-2
/
+0
*
First cut at supporting .debug_loc section.
Devang Patel
2010-05-25
3
-87
/
+253
*
Properly promote operands when optimizing a single-character memcmp.
Benjamin Kramer
2010-05-25
1
-3
/
+6
*
Constify function.
Bill Wendling
2010-05-25
1
-2
/
+2
*
Do one map lookup instead of two.
Dan Gohman
2010-05-25
1
-2
/
+3
*
Fix a missing newline in debug output.
Dan Gohman
2010-05-25
1
-1
/
+1
*
Move the verbose asm output up a bit so it can be used in the special cases
Eric Christopher
2010-05-25
1
-5
/
+6
*
Okay, bear with me here...
Bill Wendling
2010-05-25
1
-0
/
+41
*
Add support for initialized global data for darwin tls. Update comments
Eric Christopher
2010-05-25
2
-7
/
+19
*
Changed the encoding of X86 floating point stack operations where both operands
Kevin Enderby
2010-05-25
1
-0
/
+11
*
Separate unrelated cases that once shared a numeric value
Jakob Stoklund Olesen
2010-05-25
1
-9
/
+12
*
Print symbolic SubRegIndex names on machine operands.
Jakob Stoklund Olesen
2010-05-25
2
-3
/
+9
*
Remove NumberHack entirely.
Jakob Stoklund Olesen
2010-05-25
7
-47
/
+44
*
MC/X86: Add a hack to allow recognizing 'cmpltps' and friends.
Daniel Dunbar
2010-05-25
1
-1
/
+36
*
Fix another variant of PR 7191. Also add a testcase
Dale Johannesen
2010-05-25
1
-1
/
+5
*
MC/X86: Define explicit immediate forms of cmp{ss,sd,ps,pd}.
Daniel Dunbar
2010-05-25
1
-0
/
+42
*
The BT64ri8 record in X86Instr64bit.td was missing a REX_W which is required
Kevin Enderby
2010-05-25
1
-1
/
+2
*
Fix PR 7191. I have been unable to create a .ll file that fails, sorry.
Dale Johannesen
2010-05-25
1
-2
/
+10
*
Make sure aeskeygenassist uses an unsigned immediate field.
Eric Christopher
2010-05-25
1
-33
/
+32
*
Ignore NumberHack and give each SubRegIndex instance a unique enum value inst...
Jakob Stoklund Olesen
2010-05-25
1
-3
/
+3
*
Use enums instead of literals for SystemZ subregisters
Jakob Stoklund Olesen
2010-05-25
1
-11
/
+11
*
Use enums instead of literals for X86 subregisters.
Jakob Stoklund Olesen
2010-05-25
2
-11
/
+10
*
Add missing implementation to the materialization of VFP misc. instructions (...
Zonr Chang
2010-05-25
1
-0
/
+43
[next]