aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2012-11-14Remove the CellSPU port.Eric Christopher
2012-11-14Fix comment.Jakub Staszak
2012-11-14Remove DOS line endings.Jakub Staszak
2012-11-14Fix commentAnton Korobeynikov
2012-11-14Revert some redundant parts of r142605.Patrik Hägglund
2012-11-13Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'Derek Schuff
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-11-13Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher
2012-11-13Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand
2012-11-13Adding changes to support GNU style archive library readingShankar Easwaran
2012-11-13Adding convenience function to ELF HeaderShankar Easwaran
2012-11-13Fix the instcombine GEP index widening transform to work correctly for vectorDuncan Sands
2012-11-13Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands
2012-11-13misched: Allow subtargets to enable misched and dependent options.Andrew Trick
2012-11-13instcombine: Migrate math library call simplificationsMeador Inge
2012-11-13Remove virtual keyword for two routines that should never be overridden.Evan Cheng
2012-11-13Revert r167759. Ben is right this isn't likely to help much.Evan Cheng
2012-11-13misched: Don't consider artificial edges weak edges.Andrew Trick
2012-11-13Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling
2012-11-12Cache size of PassVector to speed up getNumContainedPasses().Evan Cheng
2012-11-12Rewrite DIContext interface to take an object. Update all callers.Eric Christopher
2012-11-12misched: rename interfaceto avoid gcc warningsAndrew Trick
2012-11-12misched: Target-independent support for MacroFusion.Andrew Trick
2012-11-12misched: Target-independent support for load/store clustering.Andrew Trick
2012-11-12misched: Infrastructure for weak DAG edges.Andrew Trick
2012-11-12Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov
2012-11-11Add method for replacing instructions to LibCallSimplifierMeador Inge
2012-11-10Add more functions to the target library information.Meador Inge
2012-11-09Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov
2012-11-09Revert r167620; this can be implemented using an existing CL option.Chad Rosier
2012-11-09Add support for -mstrict-align compiler option for ARM targets.Chad Rosier
2012-11-08Add @nacl.read.tp() intrinsic, a fast version of NaCl's tls_get() IRT interfaceMark Seaborn
2012-11-08Add support of RTM from TSX extensionMichael Liao
2012-11-07Fix up comment typo and 80-col.Eric Christopher
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher
2012-11-07misched: Heuristics based on the machine model.Andrew Trick
2012-11-07misched: handle on-the-fly regpressure queries better for 2-addrAndrew Trick
2012-11-06Add interface for object-based JIT events.Andrew Kaylor
2012-11-06Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'Derek Schuff
2012-11-06misched: TargetSchedule interface for machine resources.Andrew Trick
2012-11-06ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.Andrew Trick
2012-11-05Refactor the getTypeLegalizationCost interface. No functionality change.Nadav Rotem
2012-11-05Add a method to indicate section address re-assignment is finished.Andrew Kaylor
2012-11-05Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem
2012-11-05Add missing this->. Fixes pr14238.Rafael Espindola
2012-11-05PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ...Eli Bendersky
2012-11-03Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue hereDuncan Sands
2012-11-03X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem
2012-11-02CostModel: add support for Vector Insert and Extract.Nadav Rotem
2012-11-02Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem