| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with LLVM upstream r155090. | Shih-wei Liao | 2012-04-24 | 1 | -26/+6 |
|\ |
|
| * | Move the JIT flags from llc to lli. These flags showed up as part of moving | Nick Lewycky | 2012-04-18 | 1 | -26/+0 |
| * | Teach LLVM about a PIE option which, when enabled on top of PIC, makes | Chandler Carruth | 2012-04-08 | 1 | -0/+6 |
* | | Merge with upstream LLVM @152063 | Stephen Hines | 2012-03-05 | 1 | -0/+1 |
* | | Merge branch 'upstream' into merge-20120305 | Stephen Hines | 2012-03-05 | 1 | -9/+7 |
|\ \
| |/ |
|
| * | RegAlloc superpass: includes phi elimination, coalescing, and scheduling. | Andrew Trick | 2012-02-10 | 1 | -6/+1 |
| * | Add a TargetOption for disabling tail calls. | Nick Lewycky | 2012-01-19 | 1 | -0/+6 |
| * | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -2/+0 |
| * | drop unneeded config.h includes | Dylan Noblesmith | 2011-12-22 | 1 | -1/+0 |
* | | Merge with LLVM upstream r146714 (Dec 16th 2011) | Logan Chien | 2011-12-16 | 2 | -2/+157 |
|\ \
| |/ |
|
| * | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
| * | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 2011-12-02 | 1 | -1/+157 |
* | | Add build rules for MIPS. | Logan Chien | 2011-11-27 | 1 | -13/+43 |
* | | Merge with LLVM upstream r145126 (Nov 25th 2011) | Logan Chien | 2011-11-25 | 1 | -14/+14 |
|\ \
| |/ |
|
| * | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng | 2011-11-16 | 1 | -14/+14 |
* | | Merge with LLVM upstream r144606 (Nov 15th 2011) | Logan Chien | 2011-11-15 | 1 | -0/+23 |
|\ \
| |/ |
|
| * | LLVMBuild: Add description files for the LLVM tools. | Daniel Dunbar | 2011-11-11 | 1 | -0/+23 |
| * | rename getHostTriple into getDefaultTargetTriple | Sebastian Pop | 2011-11-01 | 1 | -1/+1 |
| * | Switch new .file directive emission off by default, change llc's flag for it to | Nick Lewycky | 2011-10-31 | 1 | -4/+4 |
* | | rename getHostTriple into getDefaultTargetTriple | Sebastian Pop | 2011-11-14 | 1 | -1/+1 |
* | | Switch new .file directive emission off by default, change llc's flag for it to | Nick Lewycky | 2011-11-14 | 1 | -4/+4 |
* | | Apply changes to migrate to upstream Oct 20th 2011. | Logan Chien | 2011-10-21 | 1 | -1/+1 |
* | | Merge with LLVM upstream 2011/10/20 (r142530) | Logan Chien | 2011-10-20 | 2 | -18/+36 |
|\ \
| |/ |
|
| * | build: Tidy up a bunch of tool Makefiles, and simplify where possible using the | Daniel Dunbar | 2011-10-18 | 1 | -10/+4 |
| * | Add support for a new extension to the .file directive: | Nick Lewycky | 2011-10-17 | 1 | -0/+6 |
| * | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner | 2011-10-16 | 1 | -1/+1 |
| * | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -2/+2 |
| * | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng | 2011-07-22 | 1 | -3/+1 |
| * | Move the registered target printing in version strings completely out of | Chandler Carruth | 2011-07-22 | 1 | -0/+3 |
| * | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 1 | -2/+19 |
* | | Add build rules for llc, opt, and llvm-link on target device. | Logan Chien | 2011-10-19 | 1 | -0/+91 |
|/ |
|
* | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -1/+17 |
* | LLC doesn't need to create MCInstrInfo's. | Evan Cheng | 2011-07-18 | 1 | -1/+0 |
* | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 1 | -0/+1 |
* | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 1 | -0/+1 |
* | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng | 2011-07-09 | 1 | -0/+1 |
* | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 1 | -3/+3 |
* | Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)... | Evan Cheng | 2011-06-29 | 1 | -1/+1 |
* | Remove dead option. | Evan Cheng | 2011-05-24 | 1 | -5/+0 |
* | Add all the plumbing needed for MC to expand cfi to the old tables in | Rafael Espindola | 2011-04-30 | 1 | -0/+6 |
* | llc: Fix a refacto, .loc support didn't work before 10.6. | Daniel Dunbar | 2011-04-20 | 1 | -1/+1 |
* | ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS | Daniel Dunbar | 2011-04-20 | 1 | -1/+2 |
* | llc: Eliminate a use of getDarwinMajorNumber(). | Daniel Dunbar | 2011-04-19 | 1 | -12/+4 |
* | Added *hidden* flags -print-options and -print-all-options so | Andrew Trick | 2011-04-05 | 1 | -0/+3 |
* | whitespace | Andrew Trick | 2011-04-05 | 1 | -2/+2 |
* | Disable .loc support on older darwin OSes. | Devang Patel | 2010-12-02 | 1 | -0/+12 |
* | Add hiddent command line option, as an debugging aid, to disable .loc use. | Devang Patel | 2010-12-01 | 1 | -0/+5 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -2/+2 |
* | Move tool_output_file into its own file. | Dan Gohman | 2010-10-07 | 1 | -0/+1 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -3/+2 |