summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Another windows build fix attempt.Nico Weber2013-12-29
* Prospective Python 3 fix for r198150Alp Toker2013-12-29
* More windows build fix attempts.Nico Weber2013-12-29
* lit: Incremental test schedulingAlp Toker2013-12-29
* [SparcV9] For codegen generated library calls that return float, set inreg fl...Venkatraman Govindaraju2013-12-29
* The same we do every commit, Pinky: Try to fix the windows build (after r1981...Nico Weber2013-12-29
* Make more of the x86 lowering helper functions static.Craig Topper2013-12-29
* [SparcV9]: Implement lowering of long double (fp128) arguments in Sparc64 ABI.Venkatraman Govindaraju2013-12-29
* Switch from EVT to MVT in more of the x86 instruction lowering code.Craig Topper2013-12-29
* Another windows build fix attempt after r198136.Nico Weber2013-12-29
* Enable deleted functions and explicit conversions in MSVC 2013Alp Toker2013-12-29
* Define LLVM_MSC_PREREQ() macro to simplify _MSC_VER checksAlp Toker2013-12-29
* Try to fix windows build more after r198136.Nico Weber2013-12-29
* Use `${CMAKE_COMMAND}` instead of `cmake`.Nico Weber2013-12-29
* Try to fix windows build after r198136.Nico Weber2013-12-28
* Try to fix linux build after r198136.Nico Weber2013-12-28
* EXPORTED_SYMBOL_FILE support for cmakeNico Weber2013-12-28
* Remove windows newlines.Nico Weber2013-12-28
* CodeGen: silence a C++11 feature warningSaleem Abdulrasool2013-12-28
* ARM IAS: handle errors more appropriatelySaleem Abdulrasool2013-12-28
* Uninitialized variable (in never taken path) after factoring.Andrew Trick2013-12-28
* New machine model for cortex-a9. Schedule for resources and latency.Andrew Trick2013-12-28
* Added debugging options: -misched-only-func/blockAndrew Trick2013-12-28
* The Cortex-A9 machine model is incomplete. Mark it as such.Andrew Trick2013-12-28
* Add a PostMachineScheduler pass with generic implementation.Andrew Trick2013-12-28
* Move the PostRA scheduler's fixupKills function for reuse.Andrew Trick2013-12-28
* Stub out a PostMachineScheduler pass.Andrew Trick2013-12-28
* Factor MI-Sched in preparation for post-ra scheduling support.Andrew Trick2013-12-28
* Revert part of r198115 to see if it fixes a buildbot failure.Craig Topper2013-12-28
* Use getSimpleValueType in a few spots where the type should be simple.Craig Topper2013-12-28
* Minor indentation fix to match other switch statements. Change llvm_unreachab...Craig Topper2013-12-28
* Mark some Type and EVT methods as LLVM_READONLY.Craig Topper2013-12-28
* llvm/test/CodeGen/X86/vselect.ll: Unbreak Windows x64 targets to add -mtriple...NAKAMURA Takumi2013-12-28
* [X86] Teach the backend how to fold target specific dag node for packedAndrea Di Biagio2013-12-28
* AsmParser: cleanup diagnostics for .rep/.reptSaleem Abdulrasool2013-12-28
* IAS: support .rep as an alias for .reptSaleem Abdulrasool2013-12-28
* ARMAsmParser: fix typo in commentSaleem Abdulrasool2013-12-28
* Disable transforms that introduce calls to exp10*() on Linux due toChandler Carruth2013-12-28
* Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it'sEric Christopher2013-12-28
* Attempt to fix JIT unit tests after r198087.Nico Weber2013-12-27
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-27
* Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR ofAndrea Di Biagio2013-12-27
* DebugInfo: Remove dead code, DICompositeType::addMember(DIDescriptor D)David Blaikie2013-12-27
* Use two variables here rather than reusing (and abusing) one. This isChandler Carruth2013-12-27
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-27
* TLI: Make exp10* avaiable on Linux/Mac/iOS and unavailable elsewhereReid Kleckner2013-12-26
* Fix a typo.Roman Divacky2013-12-26
* Recognize armv7a and friends as aliases for armv7-a etc. for the purposeJoerg Sonnenberger2013-12-26
* ARM IAS: support .even directiveSaleem Abdulrasool2013-12-26
* [Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.Venkatraman Govindaraju2013-12-26