2015-12-04 |
Alexey Bataev | LEA code size optimization pass (Part 1): Remove redund... |
blob | commitdiff | raw |
2015-10-09 |
Reid Kleckner | Revert "Revert "Revert r248959, "[WinEH] Emit int3... |
blob | commitdiff | raw | diff to current |
2015-10-09 |
Reid Kleckner | Revert "Revert r248959, "[WinEH] Emit int3 after noretu... |
blob | commitdiff | raw | diff to current |
2015-10-01 |
NAKAMURA Takumi | Revert r248959, "[WinEH] Emit int3 after noreturn calls... |
blob | commitdiff | raw | diff to current |
2015-09-30 |
Reid Kleckner | [WinEH] Emit int3 after noreturn calls on Win64 |
blob | commitdiff | raw | diff to current |
2015-09-16 |
Eric Christopher | constify the Function parameter to the TTI creation... |
blob | commitdiff | raw | diff to current |
2015-08-18 |
David Majnemer | [WinEH] Calculate state numbers for the new EH represen... |
blob | commitdiff | raw | diff to current |
2015-08-14 |
Pat Gavlin | Add a target environment for CoreCLR. |
blob | commitdiff | raw | diff to current |
2015-06-22 |
Sanjay Patel | [x86] set default reciprocal (division and square root... |
blob | commitdiff | raw | diff to current |
2015-06-16 |
Daniel Sanders | Clean up redundant copies of Triple objects. NFC |
blob | commitdiff | raw | diff to current |
2015-06-11 |
Daniel Sanders | Replace string GNU Triples with llvm::Triple in TargetM... |
blob | commitdiff | raw | diff to current |
2015-06-10 |
Sanjay Patel | [x86] Add a reassociation optimization to increase... |
blob | commitdiff | raw | diff to current |
2015-06-10 |
Daniel Sanders | Replace string GNU Triples with llvm::Triple in MCSubta... |
blob | commitdiff | raw | diff to current |
2015-06-04 |
Sanjay Patel | make reciprocal estimate code generation more flexible... |
blob | commitdiff | raw | diff to current |
2015-06-03 |
Rafael Espindola | Revert "make reciprocal estimate code generation more... |
blob | commitdiff | raw | diff to current |
2015-06-02 |
Sanjay Patel | make reciprocal estimate code generation more flexible... |
blob | commitdiff | raw | diff to current |
2015-05-29 |
Reid Kleckner | Only add the EH state insertion pass on 32-bit Windows |
blob | commitdiff | raw | diff to current |
2015-05-23 |
Rafael Espindola | Revert "make reciprocal estimate code generation more... |
blob | commitdiff | raw | diff to current |
2015-05-22 |
Sanjay Patel | make reciprocal estimate code generation more flexible... |
blob | commitdiff | raw | diff to current |
2015-05-22 |
Quentin Colombet | Reapply r238011 with a fix for the trap instruction. |
blob | commitdiff | raw | diff to current |
2015-05-22 |
Tamas Berghammer | Revert "[X86] Fix a variable name for r237977 so that... |
blob | commitdiff | raw | diff to current |
2015-05-22 |
Quentin Colombet | [X86] Refactor the prologue emission to prepare for... |
blob | commitdiff | raw | diff to current |
2015-05-14 |
Eric Christopher | Remove setting FloatABIType from the X86 port, nothing... |
blob | commitdiff | raw | diff to current |
2015-05-12 |
Eric Christopher | Migrate existing backends that care about software... |
blob | commitdiff | raw | diff to current |
2015-05-05 |
Reid Kleckner | Re-land "[WinEH] Add an EH registration and state inser... |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Reid Kleckner | Revert "[WinEH] Add an EH registration and state insert... |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Reid Kleckner | Re-land "[WinEH] Add an EH registration and state inser... |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Reid Kleckner | Revert "[WinEH] Add an EH registration and state insert... |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Reid Kleckner | [WinEH] Add an EH registration and state insertion... |
blob | commitdiff | raw | diff to current |
2015-04-30 |
Reid Kleckner | [X86] Use 4 byte preferred aggregate alignment on Win32 |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Mehdi Amini | Move the DataLayout to the generic TargetMachine, makin... |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Derek Schuff | Make NaCl's use of .init_array for static constructors... |
blob | commitdiff | raw | diff to current |
2015-03-03 |
Paul Robinson | [X86][ELF] Correct relocation for DWARF TLS references |
blob | commitdiff | raw | diff to current |
2015-03-02 |
Paul Robinson | Revert r230979, should apply to all X86 ELF. |
blob | commitdiff | raw | diff to current |
2015-03-02 |
Paul Robinson | [PS4] Correct relocation for DWARF TLS references. |
blob | commitdiff | raw | diff to current |
2015-02-14 |
Duncan P. N. Exon... | X86: Canonicalize access to function attributes, NFC |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Chandler Carruth | [PM] Remove the old 'PassManager.h' header file at... |
blob | commitdiff | raw | diff to current |
2015-02-05 |
Eric Christopher | Remove the use of getSubtarget in the creation of the X86 |
blob | commitdiff | raw | diff to current |
2015-02-01 |
Michael Kuperstein | [X86] Convert esp-relative movs of function arguments... |
blob | commitdiff | raw | diff to current |
2015-02-01 |
Michael Kuperstein | Revert r227728 due to bad line endings. |
blob | commitdiff | raw | diff to current |
2015-02-01 |
Chandler Carruth | [multiversion] Switch all of the targets over to use the |
blob | commitdiff | raw | diff to current |
2015-02-01 |
Michael Kuperstein | [X86] Convert esp-relative movs of function arguments... |
blob | commitdiff | raw | diff to current |
2015-01-31 |
Chandler Carruth | [PM] Switch the TargetMachine interface from accepting... |
blob | commitdiff | raw | diff to current |
2015-01-31 |
Chandler Carruth | [PM] Change the core design of the TTI analysis to... |
blob | commitdiff | raw | diff to current |
2015-01-26 |
Eric Christopher | Move DataLayout back to the TargetMachine from TargetSu... |
blob | commitdiff | raw | diff to current |
2014-12-11 |
Matthias Braun | Enable MachineVerifier in debug mode for X86, ARM,... |
blob | commitdiff | raw | diff to current |
2014-12-11 |
Matthias Braun | [CodeGen] Add print and verify pass after each MachineF... |
blob | commitdiff | raw | diff to current |
2014-12-11 |
Rafael Espindola | This reverts commit r224043 and r224042. |
blob | commitdiff | raw | diff to current |
2014-12-11 |
Matthias Braun | Enable machineverifier in debug mode for X86, ARM,... |
blob | commitdiff | raw | diff to current |
2014-12-11 |
Matthias Braun | [CodeGen] Add print and verify pass after each MachineF... |
blob | commitdiff | raw | diff to current |
2014-11-20 |
Reid Kleckner | Add out of line virtual destructors to all LLVMTargetMa... |
blob | commitdiff | raw | diff to current |
2014-11-13 |
Aditya Nandakumar | This patch changes the ownership of TLOF from TargetLow... |
blob | commitdiff | raw | diff to current |
2014-10-06 |
Eric Christopher | Add subtarget caches to aarch64, arm, ppc, and x86. |
blob | commitdiff | raw | diff to current |
2014-09-17 |
Robin Morisset | [X86] Use the generic AtomicExpandPass instead of X86At... |
blob | commitdiff | raw | diff to current |
2014-09-02 |
Eric Christopher | Reinstate "Nuke the old JIT." |
blob | commitdiff | raw | diff to current |
2014-08-09 |
Eric Christopher | Move some X86 subtarget configuration onto the subtarge... |
blob | commitdiff | raw | diff to current |
2014-08-07 |
Eric Christopher | Temporarily Revert "Nuke the old JIT." as it's not... |
blob | commitdiff | raw | diff to current |
2014-08-07 |
Rafael Espindola | Nuke the old JIT. |
blob | commitdiff | raw | diff to current |
2014-07-01 |
Tim Northover | X86: expand atomics in IR instead of as MachineInstrs. |
blob | commitdiff | raw | diff to current |
2014-06-09 |
Eric Christopher | Move all of the x86 subtarget initialized variables... |
blob | commitdiff | raw | diff to current |
2014-06-08 |
Saleem Abdulrasool | X86: simplify data layout calculation |
blob | commitdiff | raw | diff to current |
2014-06-06 |
Eric Christopher | Replace the use of TargetMachine with a tiny bool variable. |
blob | commitdiff | raw | diff to current |
2014-06-06 |
Eric Christopher | Remove all local variables from X86SelectionDAGInfo... |
blob | commitdiff | raw | diff to current |
2014-06-05 |
Eric Christopher | Remove X86Subtarget from the X86FrameLowering construct... |
blob | commitdiff | raw | diff to current |
2014-06-05 |
Eric Christopher | Remove duplicate copy of InstrItineraryData from the... |
blob | commitdiff | raw | diff to current |
2014-06-05 |
Eric Christopher | Remove uses of the TargetMachine from X86FrameLowering. |
blob | commitdiff | raw | diff to current |
2014-05-22 |
Eric Christopher | Avoid using subtarget features when adding X86 specific... |
blob | commitdiff | raw | diff to current |
2014-05-22 |
Eric Christopher | Rename createGlobalBaseRegPass -> createX86GlobalBaseRe... |
blob | commitdiff | raw | diff to current |
2014-05-21 |
Eric Christopher | Make early if conversion dependent upon the subtarget... |
blob | commitdiff | raw | diff to current |
2014-05-20 |
Alexey Volkov | [X86] Tune LEA usage for Silvermont |
blob | commitdiff | raw | diff to current |
2014-04-19 |
Yaron Keren | Patch by Vadim Chugunov |
blob | commitdiff | raw | diff to current |
2014-04-01 |
Yaron Keren | isTargetWindows() renamed to isTargetKnownWindowsMSVC() |
blob | commitdiff | raw | diff to current |
2014-03-19 |
Craig Topper | Prune includes in X86 target. |
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-01-08 |
David Woodhouse | [x86] Kill gratuitous X86_{32,64}TargetMachine subclass... |
blob | commitdiff | raw | diff to current |
2014-01-03 |
Rafael Espindola | Make the llvm mangler depend only on DataLayout. |
blob | commitdiff | raw | diff to current |
2014-01-01 |
Rafael Espindola | Remove the 's' DataLayout specification |
blob | commitdiff | raw | diff to current |
2013-12-19 |
Rafael Espindola | Synchronize the NaCl DataLayout strings with the ones... |
blob | commitdiff | raw | diff to current |
2013-12-16 |
Rafael Espindola | One last cleanup of LLVM's DataLayout strings. |
blob | commitdiff | raw | diff to current |
2013-12-16 |
Rafael Espindola | The preferred alignment defaults to the abi alignment... |
blob | commitdiff | raw | diff to current |
2013-12-16 |
Rafael Espindola | On DataLayout, omit the default of p:64:64:64. |
blob | commitdiff | raw | diff to current |
2013-12-13 |
Rafael Espindola | Assume defaults to produce smaller datalayout strings. |
blob | commitdiff | raw | diff to current |
2013-12-10 |
Rafael Espindola | Refactor the computation of the x86 datalayout. |
blob | commitdiff | raw | diff to current |
2013-10-18 |
Nadav Rotem | Mark some command line flags as hidden |
blob | commitdiff | raw | diff to current |
2013-08-21 |
NAKAMURA Takumi | X86TargetMachine.cpp: Clarify to emit GOT in i686-... |
blob | commitdiff | raw | diff to current |
2013-06-19 |
Bill Wendling | Access the TargetLoweringInfo from the TargetMachine... |
blob | commitdiff | raw | diff to current |
2013-05-13 |
Rafael Espindola | Remove the MachineMove class. |
blob | commitdiff | raw | diff to current |
2013-04-25 |
Preston Gurd | This patch adds the X86FixupLEAs pass, which will reduc... |
blob | commitdiff | raw | diff to current |
2013-01-25 |
Eli Bendersky | In this patch, we teach X86_64TargetMachine that it... |
blob | commitdiff | raw | diff to current |
2013-01-17 |
Jakob Stoklund Olesen | Provide a place for targets to insert ILP optimization... |
blob | commitdiff | raw | diff to current |
2013-01-08 |
Preston Gurd | Pad Short Functions for Intel Atom |
blob | commitdiff | raw | diff to current |
2013-01-07 |
Chandler Carruth | Switch TargetTransformInfo from an immutable analysis... |
blob | commitdiff | raw | diff to current |
2013-01-05 |
Nadav Rotem | Revert revision 171524. Original message: |
blob | commitdiff | raw | diff to current |
2013-01-04 |
Preston Gurd | The current Intel Atom microarchitecture has a feature... |
blob | commitdiff | raw | diff to current |
2012-12-20 |
Richard Smith | Fix use-before-construction of X86TargetLowering. |
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-26 |
Chad Rosier | Remove the X86 Maximal Stack Alignment Check pass as... |
blob | commitdiff | raw | diff to current |
2012-10-28 |
Rafael Espindola | Remove TargetELFWriterInfo. |
blob | commitdiff | raw | diff to current |
2012-10-24 |
Nadav Rotem | Implement a basic VectorTargetTransformInfo interface... |
blob | commitdiff | raw | diff to current |
2012-10-18 |
Nadav Rotem | Reapply the TargerTransformInfo changes, minus the... |
blob | commitdiff | raw | diff to current |
next |