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
/
Target
/
X86
/
X86FloatingPoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Prune some includes
Craig Topper
2012-03-27
1
-1
/
+0
*
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-27
1
-1
/
+1
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
Use uint16_t to store opcodes in static tables in X86 backend.
Craig Topper
2012-03-09
1
-2
/
+2
*
Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe...
NAKAMURA Takumi
2012-02-25
1
-2
/
+0
*
Add WIN_FTOL_* psudo-instructions to model the unique calling convention
Michael J. Spencer
2012-02-24
1
-0
/
+26
*
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-12
1
-0
/
+1
*
Don't clobber pending ST regs when FP regs are killed.
Jakob Stoklund Olesen
2011-08-08
1
-0
/
+20
*
Handle IMPLICIT_DEF instructions in X86FloatingPoint.
Jakob Stoklund Olesen
2011-08-03
1
-0
/
+13
*
Consistent diagnostic capitalization and redundant context elimination.
Jakob Stoklund Olesen
2011-07-02
1
-8
/
+5
*
Include a source location when complaining about bad inline assembly.
Jakob Stoklund Olesen
2011-07-02
1
-10
/
+12
*
Tweak error messages to match GCC. Should fix gcc.target/i386/pr30848.c
Jakob Stoklund Olesen
2011-06-30
1
-3
/
+3
*
Clean up the handling of the x87 fp stack to make it more robust.
Jakob Stoklund Olesen
2011-06-28
1
-153
/
+332
*
Grow the X86FloatingPoint register map to hold 16 registers.
Jakob Stoklund Olesen
2011-06-27
1
-5
/
+15
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Use the EdgeBundles analysis in X86FloatingPoint instead of recomputing CFG
Jakob Stoklund Olesen
2011-01-04
1
-87
/
+14
*
Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.
Jakob Stoklund Olesen
2011-01-04
1
-0
/
+3
*
Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names
Chandler Carruth
2010-10-23
1
-1
/
+2
*
Remove some variables that are never really used
Duncan Sands
2010-10-21
1
-1
/
+0
*
Turn some fp stackifier assertion into errors to avoid silently generating ba...
Evan Cheng
2010-10-12
1
-7
/
+14
*
Marked with ATTRIBUTE_USED so that clang doesn't complain.
Bill Wendling
2010-08-18
1
-1
/
+1
*
Partially revert r111155. It looks like MSVC is calling an operator<() that
Jakob Stoklund Olesen
2010-08-16
1
-0
/
+3
*
Remove unused functions.
Jakob Stoklund Olesen
2010-08-16
1
-8
/
+0
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
doxygenify some comments.
Chris Lattner
2010-07-17
1
-19
/
+19
*
Keep valgrind quiet.
Jakob Stoklund Olesen
2010-07-16
1
-1
/
+6
*
Search for a free FP register instead of just assuming FP7 is not in use.
Jakob Stoklund Olesen
2010-07-16
1
-6
/
+12
*
Allow x87 FP registers to be alive globally in a function.
Jakob Stoklund Olesen
2010-07-16
1
-36
/
+383
*
Don't emit st(0)/st(1) copies as FpMOV instructions. Use FpSET_ST? instead.
Jakob Stoklund Olesen
2010-07-10
1
-40
/
+28
*
add some long-overdue enums to refer to the parts of the 5-operand
Chris Lattner
2010-07-08
1
-1
/
+1
*
Teach the x86 floating point stackifier to handle COPY instructions.
Jakob Stoklund Olesen
2010-07-08
1
-1
/
+36
*
Use pre-increment instead of post-increment when the result is not used.
Dan Gohman
2010-06-22
1
-3
/
+3
*
Reapply r105521, this time appending "LLU" to 64 bit
Bruno Cardoso Lopes
2010-06-08
1
-1
/
+1
*
revert r105521, which is breaking the buildbots with stuff like this:
Chris Lattner
2010-06-05
1
-1
/
+1
*
Initial AVX support for some instructions. No patterns matched
Bruno Cardoso Lopes
2010-06-05
1
-1
/
+1
*
Teach X86FloatingPoint that a register can be killed multiple times by the same
Jakob Stoklund Olesen
2010-04-28
1
-6
/
+7
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-2
/
+2
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-8
/
+8
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
1
-1
/
+1
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
fix PR4767, a crash because fp stackifier visited blocks in
Chris Lattner
2009-09-08
1
-0
/
+8
*
eliminate uses of cerr()
Chris Lattner
2009-08-23
1
-3
/
+3
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
1
-3
/
+3
*
- s/DOUT/DEBUG(errs()/g
Bill Wendling
2009-08-03
1
-10
/
+11
*
X86 floating-point passes don't modify the CFG.
Dan Gohman
2009-08-01
1
-0
/
+1
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-2
/
+2
[next]