summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add comment describing what's going on here.Bill Wendling2012-11-07
* When we're updating the subprogram scope DIE, we want to determine if we'reBill Wendling2012-11-07
* Fix a broken sentenceEli Bendersky2012-11-07
* Document the -input-file option of FileCheckEli Bendersky2012-11-07
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-07
* Simplify code. No functionality change.Jakub Staszak2012-11-06
* Make the helper functions static. No functional change.Nadav Rotem2012-11-06
* Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering allChad Rosier2012-11-06
* [regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from aChad Rosier2012-11-06
* CostModel: add another known vector trunc optimization.Nadav Rotem2012-11-06
* [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test.Argyrios Kyrtzidis2012-11-06
* Cost Model: add tables for some avx type-conversion hacks.Nadav Rotem2012-11-06
* Fix build error from previous commit.Andrew Kaylor2012-11-06
* Add interface for object-based JIT events.Andrew Kaylor2012-11-06
* MemoryBuffer: Windows doesn't define S_IFIFO.Daniel Dunbar2012-11-06
* docs: use code font for console commands in phabricator manualAlexey Samsonov2012-11-06
* Remove tailing whitespacesMichael Liao2012-11-06
* misched: TargetSchedule interface for machine resources.Andrew Trick2012-11-06
* misched: Rename RemainingCount to avoid confusion with remaining 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
* CostModel: Add tables for the common x86 compares.Nadav Rotem2012-11-05
* Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem2012-11-05
* Suppress signed/unsigned comparison warning.Richard Smith2012-11-05
* Fix for PR14264 cause by commit r167237 which did not take into account aKevin Enderby2012-11-05
* MemoryBuffer: Support reading named pipes in getFile().Daniel Dunbar2012-11-05
* Cost Model: Normalize the insert/extract index when splitting typesNadav Rotem2012-11-05
* Cost Model: teach the cost model about expanding integers.Nadav Rotem2012-11-05
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-05
* On PowerPC64, integer return values (as well as arguments) are supposedUlrich Weigand2012-11-05
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-05
* lli: Initialize the native asm parser for inline assembly.Jim Grosbach2012-11-05
* Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel2012-11-05
* [PATCH] PowerPC: Expand load extend vector operationsAdhemerval Zanella2012-11-05
* Add missing this->. Fixes pr14238.Rafael Espindola2012-11-05
* Don't infer whether a value is captured in the current function from theRichard Osborne2012-11-05
* Add a couple of stubs to the release notes for things I noticed whileChandler Carruth2012-11-05
* PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ...Eli Bendersky2012-11-05
* ConstantFolding.cpp: Whitespace.NAKAMURA Takumi2012-11-05
* Apply the patch from PR14160. I failed to construct a testcase for this, butDuncan Sands2012-11-04
* Remove alignments from folding tables for scalar FMA4 instructions.Craig Topper2012-11-04
* Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue hereDuncan Sands2012-11-03
* Generalize the transform that boosts GEP indices to the size of a pointer toDuncan Sands2012-11-03
* [mips] Set flag neverHasSideEffects flag on floating point conversionAkira Hatanaka2012-11-03
* X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem2012-11-03
* [mips] Set flag isAsCheapAsAMove flag on instruction LUi.Akira Hatanaka2012-11-03
* Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the ...Owen Anderson2012-11-03
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-03
* [mips] Do not reserve all 64-bit registers, but only the ones which need to beAkira Hatanaka2012-11-02
* Include all the fields so we can correctly emit DW_TAG_structure_type for C++...David Blaikie2012-11-02