summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Fix commentAnton Korobeynikov2012-11-14
* Revert some redundant parts of r142605.Patrik Hägglund2012-11-14
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-13
* Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand2012-11-13
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-13
* Adding convenience function to ELF HeaderShankar Easwaran2012-11-13
* Fix the instcombine GEP index widening transform to work correctly for vectorDuncan Sands2012-11-13
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-13
* misched: Allow subtargets to enable misched and dependent options.Andrew Trick2012-11-13
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-13
* Remove virtual keyword for two routines that should never be overridden.Evan Cheng2012-11-13
* Revert r167759. Ben is right this isn't likely to help much.Evan Cheng2012-11-13
* misched: Don't consider artificial edges weak edges.Andrew Trick2012-11-13
* Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling2012-11-13
* Cache size of PassVector to speed up getNumContainedPasses().Evan Cheng2012-11-12
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-12
* misched: rename interfaceto avoid gcc warningsAndrew Trick2012-11-12
* misched: Target-independent support for MacroFusion.Andrew Trick2012-11-12
* misched: Target-independent support for load/store clustering.Andrew Trick2012-11-12
* misched: Infrastructure for weak DAG edges.Andrew Trick2012-11-12
* Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov2012-11-12
* Add method for replacing instructions to LibCallSimplifierMeador Inge2012-11-11
* Add more functions to the target library information.Meador Inge2012-11-10
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-09
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-09
* Add support for -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-09
* Add support of RTM from TSX extensionMichael Liao2012-11-08
* Fix up comment typo and 80-col.Eric Christopher2012-11-07
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-07
* misched: Heuristics based on the machine model.Andrew Trick2012-11-07
* misched: handle on-the-fly regpressure queries better for 2-addrAndrew Trick2012-11-07
* Add interface for object-based JIT events.Andrew Kaylor2012-11-06
* misched: TargetSchedule interface for machine resources.Andrew Trick2012-11-06
* ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.Andrew Trick2012-11-06
* Refactor the getTypeLegalizationCost interface. No functionality change.Nadav Rotem2012-11-05
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-05
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-05
* Add missing this->. Fixes pr14238.Rafael Espindola2012-11-05
* PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ...Eli Bendersky2012-11-05
* Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue hereDuncan Sands2012-11-03
* X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem2012-11-03
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-02
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-02
* OutputArg: added an index of the original argument to match the change toManman Ren2012-11-01
* Add a getAddressSpace method to the GEP instruction to mirror that ofChandler Carruth2012-11-01
* Add some consistent doxygen comments for the address space helpers.Chandler Carruth2012-11-01
* Normalize the API and doxygen comments for the ptrtoint instruction.Chandler Carruth2012-11-01
* Remove a weird static helper from the GEP instruction and just directlyChandler Carruth2012-11-01
* As I'm going to be touching several comments in this file, update theChandler Carruth2012-11-01