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
/
lib
/
Target
/
X86
/
X86FloatingPoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Work around bugs in MSVC "14" CTP 3's conversion logic
Reid Kleckner
2014-10-31
1
-1
/
+3
*
Move constant-sized bitvector to the stack.
Benjamin Kramer
2014-09-11
1
-2
/
+2
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-4
/
+2
*
[X86, X87 stackifier] Do not mark an operand of a debug instruction as kill.
Akira Hatanaka
2014-08-19
1
-0
/
+3
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-3
/
+4
*
[X86] Place parentheses around "isMask_32(STReturns) && N <= 2".
Akira Hatanaka
2014-08-04
1
-1
/
+1
*
Improving the name of the function parameter, which happens to solve two like...
Aaron Ballman
2014-08-04
1
-14
/
+14
*
X86: silence warning (-Wparentheses)
Saleem Abdulrasool
2014-08-03
1
-1
/
+1
*
[X86] Simplify X87 stackifier pass.
Akira Hatanaka
2014-08-01
1
-221
/
+131
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-3
/
+3
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
[x86] Fix retq/retl handling in 64-bit mode
David Woodhouse
2014-01-13
1
-1
/
+2
*
[x86] Disambiguate RET[QL] and fix aliases for 16-bit mode
David Woodhouse
2014-01-08
1
-1
/
+2
*
Mark that the _ftol2 function used by windows on x86 to handle fptoui modifie...
Craig Topper
2013-07-21
1
-0
/
+1
*
Fix an off-by-one error. Also make the code a little more explicit in what it
Chad Rosier
2013-06-28
1
-3
/
+4
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-5
/
+5
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Make calcLiveInMask method static.
Jakub Staszak
2012-11-21
1
-1
/
+1
*
Make isScratchReg and isFPCopy methods static.
Jakub Staszak
2012-11-21
1
-2
/
+2
*
Add obvious constantness.
Jakub Staszak
2012-11-20
1
-3
/
+3
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
LLVM_ATTRIBUTE_USED forces emission of a function. To silence unused function...
Benjamin Kramer
2012-09-17
1
-2
/
+2
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
Whitespace.
Chad Rosier
2012-08-01
1
-9
/
+9
*
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
[next]