2015-10-19 |
Duncan P. N. Exon... | X86: Remove implicit ilist iterator conversions, NFC |
blob | commitdiff | raw |
2015-10-17 |
Craig Topper | Replace a custom table sort check with std::is_sorted... |
blob | commitdiff | raw | diff to current |
2015-09-09 |
Matthias Braun | Save LaneMask with livein registers |
blob | commitdiff | raw | diff to current |
2015-08-25 |
Michael Kuperstein | [X86] Remove references to _ftol2 |
blob | commitdiff | raw | diff to current |
2015-08-24 |
Matthias Braun | MachineBasicBlock: Add liveins() method returning an... |
blob | commitdiff | raw | diff to current |
2015-07-14 |
Matthias Braun | MachineRegisterInfo: Remove UsedPhysReg infrastructure |
blob | commitdiff | raw | diff to current |
2015-06-30 |
Michael Kuperstein | [X86] Fix a bug in WIN_FTOL_32/64 handling. |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Alexander Kornienko | Revert r240137 (Fixed/added namespace ending comments... |
blob | commitdiff | raw | diff to current |
2015-06-19 |
Alexander Kornienko | Fixed/added namespace ending comments using clang-tidy... |
blob | commitdiff | raw | diff to current |
2015-03-23 |
Benjamin Kramer | Re-sort includes with sort-includes.py and insert raw_o... |
blob | commitdiff | raw | diff to current |
2015-03-16 |
Gabor Horvath | [llvm] Replacing asserts with static_asserts where... |
blob | commitdiff | raw | diff to current |
2015-02-27 |
Eric Christopher | Rewrite MachineOperand::print and MachineInstr::print... |
blob | commitdiff | raw | diff to current |
2015-02-12 |
Benjamin Kramer | MathExtras: Bring Count(Trailing|Leading)Ones and Count... |
blob | commitdiff | raw | diff to current |
2014-11-19 |
David Blaikie | Update SetVector to rely on the underlying set's insert... |
blob | commitdiff | raw | diff to current |
2014-10-31 |
Reid Kleckner | Work around bugs in MSVC "14" CTP 3's conversion logic |
blob | commitdiff | raw | diff to current |
2014-09-11 |
Benjamin Kramer | Move constant-sized bitvector to the stack. |
blob | commitdiff | raw | diff to current |
2014-08-24 |
Craig Topper | Use range based for loops to avoid needing to re-mentio... |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Akira Hatanaka | [X86, X87 stackifier] Do not mark an operand of a debug... |
blob | commitdiff | raw | diff to current |
2014-08-05 |
Eric Christopher | Have MachineFunction cache a pointer to the subtarget... |
blob | commitdiff | raw | diff to current |
2014-08-04 |
Eric Christopher | Remove the TargetMachine forwards for TargetSubtargetIn... |
blob | commitdiff | raw | diff to current |
2014-08-04 |
Akira Hatanaka | [X86] Place parentheses around "isMask_32(STReturns... |
blob | commitdiff | raw | diff to current |
2014-08-04 |
Aaron Ballman | Improving the name of the function parameter, which... |
blob | commitdiff | raw | diff to current |
2014-08-03 |
Saleem Abdulrasool | X86: silence warning (-Wparentheses) |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Akira Hatanaka | [X86] Simplify X87 stackifier pass. |
blob | commitdiff | raw | diff to current |
2014-04-25 |
Craig Topper | [C++] Use 'nullptr'. Target edition. |
blob | commitdiff | raw | diff to current |
2014-04-22 |
Chandler Carruth | [Modules] Fix potential ODR violations by sinking the... |
blob | commitdiff | raw | diff to current |
2014-03-09 |
Craig Topper | [C++11] Add 'override' keyword to virtual methods that... |
blob | commitdiff | raw | diff to current |
2014-03-02 |
Benjamin Kramer | [C++11] Replace llvm::next and llvm::prior with std... |
blob | commitdiff | raw | diff to current |
2014-01-13 |
David Woodhouse | [x86] Fix retq/retl handling in 64-bit mode |
blob | commitdiff | raw | diff to current |
2014-01-08 |
David Woodhouse | [x86] Disambiguate RET[QL] and fix aliases for 16-bit... |
blob | commitdiff | raw | diff to current |
2013-07-21 |
Craig Topper | Mark that the _ftol2 function used by windows on x86... |
blob | commitdiff | raw | diff to current |
2013-06-28 |
Chad Rosier | Fix an off-by-one error. Also make the code a little... |
blob | commitdiff | raw | diff to current |
2013-05-24 |
Michael J. Spencer | Replace Count{Leading,Trailing}Zeros_{32,64} with count... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-11-21 |
Jakub Staszak | Make calcLiveInMask method static. |
blob | commitdiff | raw | diff to current |
2012-11-21 |
Jakub Staszak | Make isScratchReg and isFPCopy methods static. |
blob | commitdiff | raw | diff to current |
2012-11-20 |
Jakub Staszak | Add obvious constantness. |
blob | commitdiff | raw | diff to current |
2012-09-27 |
Sylvestre Ledru | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviatio... |
blob | commitdiff | raw | diff to current |
2012-09-27 |
Sylvestre Ledru | Fix a typo 'iff' => 'if' |
blob | commitdiff | raw | diff to current |
2012-09-17 |
Benjamin Kramer | LLVM_ATTRIBUTE_USED forces emission of a function.... |
blob | commitdiff | raw | diff to current |
2012-09-11 |
Manman Ren | Release build: guard dump functions with |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Manman Ren | Release build: guard dump functions with "ifndef NDEBUG" |
blob | commitdiff | raw | diff to current |
2012-08-01 |
Chad Rosier | Whitespace. |
blob | commitdiff | raw | diff to current |
2012-06-02 |
Benjamin Kramer | Fix typos found by github.com/lyda/misspell-check |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Craig Topper | Prune some includes |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Craig Topper | Remove unnecessary llvm:: qualifications |
blob | commitdiff | raw | diff to current |
2012-03-17 |
Craig Topper | Reorder includes in Target backends to following coding... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
Craig Topper | Use uint16_t to store opcodes in static tables in X86... |
blob | commitdiff | raw | diff to current |
2012-02-25 |
NAKAMURA Takumi | Target/X86: Fix assertion failures and warnings caused... |
blob | commitdiff | raw | diff to current |
2012-02-24 |
Michael J. Spencer | Add WIN_FTOL_* psudo-instructions to model the unique... |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Duncan Sands | Silence a bunch (but not all) "variable written but... |
blob | commitdiff | raw | diff to current |
2011-08-08 |
Jakob Stoklund Olesen | Don't clobber pending ST regs when FP regs are killed. |
blob | commitdiff | raw | diff to current |
2011-08-03 |
Jakob Stoklund Olesen | Handle IMPLICIT_DEF instructions in X86FloatingPoint. |
blob | commitdiff | raw | diff to current |
2011-07-02 |
Jakob Stoklund Olesen | Consistent diagnostic capitalization and redundant... |
blob | commitdiff | raw | diff to current |
2011-07-02 |
Jakob Stoklund Olesen | Include a source location when complaining about bad... |
blob | commitdiff | raw | diff to current |
2011-06-30 |
Jakob Stoklund Olesen | Tweak error messages to match GCC. Should fix gcc.targe... |
blob | commitdiff | raw | diff to current |
2011-06-28 |
Jakob Stoklund Olesen | Clean up the handling of the x87 fp stack to make it... |
blob | commitdiff | raw | diff to current |
2011-06-27 |
Jakob Stoklund Olesen | Grow the X86FloatingPoint register map to hold 16 regis... |
blob | commitdiff | raw | diff to current |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Jakob Stoklund Olesen | Use the EdgeBundles analysis in X86FloatingPoint instea... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Jakob Stoklund Olesen | Turn the EdgeBundles class into a stand-alone machine... |
blob | commitdiff | raw | diff to current |
2010-10-23 |
Chandler Carruth | Switch attribute macros to use 'LLVM_' as a prefix... |
blob | commitdiff | raw | diff to current |
2010-10-21 |
Duncan Sands | Remove some variables that are never really used |
blob | commitdiff | raw | diff to current |
2010-10-12 |
Evan Cheng | Turn some fp stackifier assertion into errors to avoid... |
blob | commitdiff | raw | diff to current |
2010-08-18 |
Bill Wendling | Marked with ATTRIBUTE_USED so that clang doesn't complain. |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Jakob Stoklund Olesen | Partially revert r111155. It looks like MSVC is calling... |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Jakob Stoklund Olesen | Remove unused functions. |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-07-17 |
Chris Lattner | doxygenify some comments. |
blob | commitdiff | raw | diff to current |
2010-07-16 |
Jakob Stoklund Olesen | Keep valgrind quiet. |
blob | commitdiff | raw | diff to current |
2010-07-16 |
Jakob Stoklund Olesen | Search for a free FP register instead of just assuming... |
blob | commitdiff | raw | diff to current |
2010-07-16 |
Jakob Stoklund Olesen | Allow x87 FP registers to be alive globally in a function. |
blob | commitdiff | raw | diff to current |
2010-07-10 |
Jakob Stoklund Olesen | Don't emit st(0)/st(1) copies as FpMOV instructions... |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Chris Lattner | add some long-overdue enums to refer to the parts of... |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Jakob Stoklund Olesen | Teach the x86 floating point stackifier to handle COPY... |
blob | commitdiff | raw | diff to current |
2010-06-22 |
Dan Gohman | Use pre-increment instead of post-increment when the... |
blob | commitdiff | raw | diff to current |
2010-06-08 |
Bruno Cardoso Lopes | Reapply r105521, this time appending "LLU" to 64 bit |
blob | commitdiff | raw | diff to current |
2010-06-05 |
Chris Lattner | revert r105521, which is breaking the buildbots with... |
blob | commitdiff | raw | diff to current |
2010-06-05 |
Bruno Cardoso Lopes | Initial AVX support for some instructions. No patterns... |
blob | commitdiff | raw | diff to current |
2010-04-28 |
Jakob Stoklund Olesen | Teach X86FloatingPoint that a register can be killed... |
blob | commitdiff | raw | diff to current |
2010-02-09 |
Chris Lattner | move target-independent opcodes out of TargetInstrInfo |
blob | commitdiff | raw | diff to current |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Chris Lattner | improve portability to avoid conflicting with std:... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove includes of Support/Compiler.h that are no longe... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from class/struct found inside... |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Chris Lattner | fix PR4767, a crash because fp stackifier visited blocks in |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | eliminate uses of cerr() |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove various std::ostream version of printing methods... |
blob | commitdiff | raw | diff to current |
2009-08-03 |
Bill Wendling | - s/DOUT/DEBUG(errs()/g |
blob | commitdiff | raw | diff to current |
2009-08-01 |
Dan Gohman | X86 floating-point passes don't modify the CFG. |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
blob | commitdiff | raw | diff to current |
2009-06-30 |
Rafael Espindola | Fix PR4485. |
blob | commitdiff | raw | diff to current |
2009-06-30 |
Rafael Espindola | Fix PR4484. |
blob | commitdiff | raw | diff to current |
2009-06-29 |
Rafael Espindola | FIX PR 4459. |
blob | commitdiff | raw | diff to current |
2009-06-21 |
Rafael Espindola | Fix PR4185. |
blob | commitdiff | raw | diff to current |
2009-03-28 |
Rafael Espindola | Have only one definition of X86AddrNumOperands. |
blob | commitdiff | raw | diff to current |
next |