aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX
Commit message (Expand)AuthorAgeFilesLines
* PTX: Fix predicate logic bugJustin Holewinski2012-03-242-21/+36
* Move ftostr into its last user (cppbackend) and simplify it a bit.Benjamin Kramer2012-03-231-0/+1
* Remove some unnecessary forward declarations.Craig Topper2012-03-221-2/+0
* fix a build failure with libc++Chris Lattner2012-03-191-0/+1
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-179-12/+8
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-053-3/+6
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-2/+2
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-282-4/+3
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-282-3/+4
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-282-4/+3
* Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper2012-02-221-18/+11
* Clear virtual registers after they are no longer referenced.Andrew Trick2012-02-211-1/+3
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-192-40/+3
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-1824-25/+24
* Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...Andrew Trick2012-02-151-4/+4
* PTX no longer needs to provide its own backend.Andrew Trick2012-02-102-255/+21
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-102-6/+3
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-17/+17
* Move pass configuration out of pass constructors: StackSlotColoring.Andrew Trick2012-02-081-1/+1
* Move pass configuration out of pass constructors: PostRAScheduler.Andrew Trick2012-02-081-1/+1
* Move pass configuration out of pass constructors: BranchFolderPassAndrew Trick2012-02-081-1/+1
* Added TargetPassConfig::setOptAndrew Trick2012-02-081-0/+2
* Move pass configuration out of pass constructors: TailDuplicate::PreRegAllocAndrew Trick2012-02-081-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-2/+2
* Add TargetPassConfig to the PassManager for use inside passesAndrew Trick2012-02-061-3/+5
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-042-8/+12
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-032-43/+60
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-271-3/+3
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-204-6/+1
* Fix some leftover control reaches end of non-void function warnings.Benjamin Kramer2012-01-101-0/+1
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-102-2/+0
* Remove the logging streamer.Rafael Espindola2012-01-101-3/+0
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-2/+2
* Clean up some Release build warnings.Benjamin Kramer2011-12-271-0/+2
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-208-2/+29
* LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar2011-12-121-0/+3
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-124-4/+0
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-9/+6
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-061-1/+1
* PTX: Continue to fix up the register mess.Justin Holewinski2011-12-067-139/+260
* PTX: Encode registers as unsigned values in the MC asm printer instead of usi...Justin Holewinski2011-12-064-14/+88
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-022-21/+9
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-294-32/+0
* Move code into anonymous namespaces.Benjamin Kramer2011-11-262-4/+8
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-163-46/+44
* PTX: Let LLVM use loads/stores for all mem* intrinsics, instead of relying on...Justin Holewinski2011-11-141-0/+5
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-124-3/+4
* allow non-device function calls in PTX when natively handling device-side printfDan Bailey2011-11-114-23/+129
* add rules in tabgen for PTX COPY_ADDRESS of frameindexDan Bailey2011-11-111-0/+6