2015-03-05 |
Hans Wennborg | Revert r231324 "Remove the conditional addition of... |
blob | commitdiff | raw |
2015-03-05 |
Eric Christopher | Remove the conditional addition of the execution depend... |
blob | commitdiff | raw | diff to current |
2015-03-05 |
Eric Christopher | Cleanup and remove a chunk of getARMSubtarget calls... |
blob | commitdiff | raw |
2015-02-23 |
Eric Christopher | Rewrite the global merge pass to be subprogram agnostic... |
blob | commitdiff | raw | diff to current |
2015-02-14 |
Duncan P. N. Exon... | ARM: 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-01 |
Chandler Carruth | [multiversion] Switch all of the targets over to use the |
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 |
2015-01-14 |
Chandler Carruth | [cleanup] Re-sort all the #include lines in LLVM using |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Eric Christopher | Migrate ABIName to MCTargetOptions so that it can be... |
blob | commitdiff | raw | diff to current |
2014-12-18 |
Eric Christopher | Add a new string member to the TargetOptions struct... |
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-10-03 |
Eric Christopher | We can grab the options struct from the TargetMachine... |
blob | commitdiff | raw | diff to current |
2014-09-02 |
Eric Christopher | Reinstate "Nuke the old JIT." |
blob | commitdiff | raw | diff to current |
2014-08-21 |
Robin Morisset | Rename AtomicExpandLoadLinked into AtomicExpand |
blob | commitdiff | raw | diff to current |
2014-08-21 |
Jonathan Roelofs | Add a thread-model knob for lowering atomics on baremet... |
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-06-26 |
Eric Christopher | Move all of the ARM subtarget features down onto the... |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Eric Christopher | Add a new subtarget hook for whether or not we'd like... |
blob | commitdiff | raw | diff to current |
2014-06-18 |
Eric Christopher | Move ARMJITInfo off of the TargetMachine and down onto... |
blob | commitdiff | raw | diff to current |
2014-06-16 |
James Molloy | Refactor the disabling of Thumb-1 LDM/STM generation |
blob | commitdiff | raw | diff to current |
2014-06-15 |
Eric Christopher | Temporarily revert r210953 in an attempt to bring the... |
blob | commitdiff | raw | diff to current |
2014-06-13 |
Eric Christopher | Remove InstrItineraryData off of the TargetMachine... |
blob | commitdiff | raw | diff to current |
2014-06-13 |
Eric Christopher | Move ARMJITInfo off of the TargetMachine and down onto... |
blob | commitdiff | raw | diff to current |
2014-06-13 |
Eric Christopher | Move ARMSelectionDAGInfo from the TargetMachine to... |
blob | commitdiff | raw | diff to current |
2014-06-13 |
Eric Christopher | Move to a private function to initialize subtarget... |
blob | commitdiff | raw | diff to current |
2014-06-12 |
Eric Christopher | Have ARMSelectionDAGInfo take a DataLayout as it's... |
blob | commitdiff | raw | diff to current |
2014-06-12 |
James Molloy | Disable the load/store optimization pass for Thumb-1. |
blob | commitdiff | raw | diff to current |
2014-05-30 |
Tim Northover | ARM & AArch64: make use of common cmpxchg idioms after... |
blob | commitdiff | raw | diff to current |
2014-05-16 |
James Molloy | Enable the Load/Store optimization pass for Thumb1... |
blob | commitdiff | raw | diff to current |
2014-04-17 |
Tim Northover | Atomics: promote ARM's IR-based atomics pass to CodeGen. |
blob | commitdiff | raw | diff to current |
2014-04-03 |
Tim Northover | ARM: expand atomic ldrex/strex loops in IR |
blob | commitdiff | raw | diff to current |
2014-04-02 |
Renato Golin | Remove duplicated DMB instructions |
blob | commitdiff | raw | diff to current |
2014-04-01 |
Christian Pirker | ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble... |
blob | commitdiff | raw | diff to current |
2014-03-31 |
Saleem Abdulrasool | ARM: fix typo |
blob | commitdiff | raw | diff to current |
2014-03-28 |
Christian Pirker | Add ARM big endian Target (armeb, thumbeb) |
blob | commitdiff | raw | diff to current |
2014-03-22 |
Craig Topper | Prune includes in ARM target. |
blob | commitdiff | raw | diff to current |
2014-03-10 |
Craig Topper | [C++11] Add 'override' keyword to virtual methods that... |
blob | commitdiff | raw | diff to current |
2014-02-18 |
Tim Northover | GlobalMerge: move "-global-merge" option to the pass... |
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 |
2013-12-19 |
Rafael Espindola | Synchronize the NaCl DataLayout strings with the ones... |
blob | commitdiff | raw | diff to current |
2013-12-18 |
Tim Northover | ARM: update comment to match reality |
blob | commitdiff | raw | diff to current |
2013-12-18 |
Tim Northover | ARM: set default float ABI based on triple. |
blob | commitdiff | raw | diff to current |
2013-12-17 |
Rafael Espindola | On APCS, only try to align aggregates to 32 bits instea... |
blob | commitdiff | raw | diff to current |
2013-12-17 |
Rafael Espindola | Handle i64 first for clarity. No functionality change. |
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-12 |
Rafael Espindola | Simplify the datalayout string of ARM and AArch64. |
blob | commitdiff | raw | diff to current |
2013-12-10 |
Rafael Espindola | Add comments documenting the ARM datalayout string. |
blob | commitdiff | raw | diff to current |
2013-12-10 |
Rafael Espindola | Simplify further. |
blob | commitdiff | raw | diff to current |
2013-12-09 |
Rafael Espindola | Refactor the construction of the DataLayout string... |
blob | commitdiff | raw | diff to current |
2013-11-13 |
Weiming Zhao | Enable generating legacy IT block for AArch32 |
blob | commitdiff | raw | diff to current |
2013-09-09 |
Joey Gouly | [ARMv8] Prevent generation of deprecated IT blocks... |
blob | commitdiff | raw | diff to current |
2013-07-29 |
Silviu Baranga | Allow generation of vmla.f32 instructions when targetin... |
blob | commitdiff | raw | diff to current |
2013-06-19 |
Bill Wendling | Access the TargetLoweringInfo from the TargetMachine... |
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-03-27 |
Silviu Baranga | Enabling the generation of dependency breakers for... |
blob | commitdiff | raw | diff to current |
2013-03-21 |
Renato Golin | Avoid NEON SP-FP unless unsafe-math or Darwin |
blob | commitdiff | raw | diff to current |
2013-03-15 |
Silviu Baranga | Adding an A15 specific optimization pass for interactio... |
blob | commitdiff | raw | diff to current |
2013-01-07 |
Jim Grosbach | ARM: Fix a few copy-paste errors. |
blob | commitdiff | raw | diff to current |
2013-01-07 |
Chandler Carruth | Switch TargetTransformInfo from an immutable analysis... |
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-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 |
2012-10-18 |
Bob Wilson | Temporarily revert the TargetTransform changes. |
blob | commitdiff | raw | diff to current |
2012-10-10 |
Nadav Rotem | Add a new interface to allow IR-level passes to access... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2012-09-27 |
Jush Lu | [arm-fast-isel] Add support for ELF PIC. |
blob | commitdiff | raw | diff to current |
2012-09-13 |
Silviu Baranga | This patch introduces A15 as a target in LLVM. |
blob | commitdiff | raw | diff to current |
2012-07-02 |
Bob Wilson | Consistently use AnalysisID types in TargetPassConfig. |
blob | commitdiff | raw | diff to current |
2012-07-02 |
Bob Wilson | Add all codegen passes to the PassManager via TargetPas... |
blob | commitdiff | raw | diff to current |
2012-05-01 |
Bill Wendling | Change the PassManager from a reference to a pointer. |
blob | commitdiff | raw | diff to current |
2012-04-06 |
Jim Grosbach | Tidy up. 80 columns. |
blob | commitdiff | raw | diff to current |
2012-03-28 |
Jakob Stoklund Olesen | Preserve implicit defs in ARMLoadStoreOptimizer. |
blob | commitdiff | raw | diff to current |
2012-02-08 |
Andrew Trick | Codegen pass definition cleanup. No functionality. |
blob | commitdiff | raw | diff to current |
2012-02-04 |
Andrew Trick | TargetPassConfig: confine the MC configuration to Targe... |
blob | commitdiff | raw | diff to current |
2012-02-03 |
Andrew Trick | Added TargetPassConfig. The first little step toward... |
blob | commitdiff | raw | diff to current |
2011-12-20 |
David Blaikie | Unweaken vtables as per llvm.org/docs/CodingStandards... |
blob | commitdiff | raw | diff to current |
2011-12-14 |
Evan Cheng | - Add MachineInstrBundle.h and MachineInstrBundle.cpp... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Nick Lewycky | Move global variables in TargetMachine into new TargetO... |
blob | commitdiff | raw | diff to current |
2011-11-16 |
Evan Cheng | Sink codegen optimization level into MCCodeGenInfo... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
Devang Patel | svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar... |
blob | commitdiff | raw | diff to current |
2011-10-10 |
Lang Hames | Add a natural stack alignment field to TargetData,... |
blob | commitdiff | raw | diff to current |
2011-09-29 |
Jakob Stoklund Olesen | Use ExecutionDepsFix instead of NEONMoveFix. |
blob | commitdiff | raw | diff to current |
2011-09-29 |
Bill Wendling | Move to ISelLowering. |
blob | commitdiff | raw | diff to current |
2011-09-28 |
Bill Wendling | Ahem...actually *add* the ARMSjLjLowering pass to the... |
blob | commitdiff | raw | diff to current |
2011-09-27 |
Bill Wendling | This is the start of the new SjLj EH preparation pass... |
blob | commitdiff | raw | diff to current |
2011-08-25 |
Evan Cheng | Hide -global-merge option. |
blob | commitdiff | raw | diff to current |
next |