| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Profile method to ImmutableList. | Zhongxing Xu | 2008-11-15 | 1 | -0/+4 |
* | When splitting a SHUFFLE_VECTOR, try to have the result | Duncan Sands | 2008-11-15 | 1 | -38/+109 |
* | Add missing widen operations, fixed widening for extracting a subvector, | Mon P Wang | 2008-11-15 | 1 | -16/+44 |
* | CMake: Adds header and TableGen files to Visual Studio solution. A new | Oscar Fuentes | 2008-11-15 | 4 | -7/+44 |
* | Fix fuitos encoding. | Evan Cheng | 2008-11-15 | 1 | -8/+4 |
* | CMake: Moved generation of Intrinsics.gen to | Oscar Fuentes | 2008-11-15 | 2 | -9/+9 |
* | Correct a comment. | Dan Gohman | 2008-11-15 | 1 | -1/+1 |
* | Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file. | Dan Gohman | 2008-11-15 | 4 | -259/+291 |
* | CMake: Remove unused tablegenning code from tools/llvmc2/driver. | Oscar Fuentes | 2008-11-14 | 1 | -22/+0 |
* | Refactor code. | Devang Patel | 2008-11-14 | 1 | -37/+60 |
* | CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, for | Oscar Fuentes | 2008-11-14 | 2 | -3/+3 |
* | CMake: Fixed dependencies of .cpp source files on .td and tablegenned | Oscar Fuentes | 2008-11-14 | 4 | -1/+20 |
* | Add support for building a ScheduleDAG from MachineInstrs. This is currently | Dan Gohman | 2008-11-14 | 2 | -0/+89 |
* | Fix MOVrx, MOVsrl_flag, and MOVsra_flag encodings. | Evan Cheng | 2008-11-14 | 2 | -4/+52 |
* | Remove unneeded stuff from GRAD register class. | Dale Johannesen | 2008-11-14 | 1 | -19/+1 |
* | [XCore] Remove whitespace in the description used when | Richard Osborne | 2008-11-14 | 1 | -1/+1 |
* | [XCore] Fix expansion of 64 bit add/sub. Don't custom expand | Richard Osborne | 2008-11-14 | 3 | -23/+25 |
* | Add XCore intrinsics for getid (returns thread id) and bitrev (reverses | Richard Osborne | 2008-11-14 | 6 | -5/+35 |
* | Test commit. | Lang Hames | 2008-11-14 | 1 | -0/+1 |
* | CMake: Disallow in-source builds except when building with the Visual | Oscar Fuentes | 2008-11-14 | 1 | -0/+9 |
* | ARM / Mac OS X also wants to invalidate icache after jitting. | Evan Cheng | 2008-11-14 | 1 | -20/+22 |
* | Add a version of NewSUnit for creating units with MachineInstrs. | Dan Gohman | 2008-11-14 | 1 | -0/+8 |
* | For post-regalloc scheduling, remove the instructions from the block | Dan Gohman | 2008-11-14 | 1 | -0/+6 |
* | Check in the correct version of the patch in r59279. | Dan Gohman | 2008-11-14 | 1 | -1/+1 |
* | Debug printing for SUnits that carry MachineInstrs. | Dan Gohman | 2008-11-14 | 1 | -10/+17 |
* | Initial support for carrying MachineInstrs in SUnits. | Dan Gohman | 2008-11-14 | 3 | -8/+66 |
* | Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name of | Dan Gohman | 2008-11-13 | 1 | -1/+1 |
* | Clarify the comment about NumPreds and NumSuccs to reflect that they only | Dan Gohman | 2008-11-13 | 1 | -2/+2 |
* | Handle the rest of pseudo instructions. | Evan Cheng | 2008-11-13 | 3 | -54/+71 |
* | Lazy compilation callback save / restore VFP registers. | Evan Cheng | 2008-11-13 | 1 | -0/+9 |
* | Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit | Dan Gohman | 2008-11-13 | 9 | -61/+59 |
* | testcase for PR 1779. | Dale Johannesen | 2008-11-13 | 1 | -0/+19 |
* | Don't allow the restore point to be placed after terminators. With this change, | Owen Anderson | 2008-11-13 | 1 | -2/+2 |
* | Extend InlineAsm::C_Register to allow multiple specific registers | Dale Johannesen | 2008-11-13 | 3 | -7/+29 |
* | Always emit a function pointer as a pointer to the function stub (if there is... | Evan Cheng | 2008-11-13 | 1 | -1/+20 |
* | Make the Node member of SUnit private, and add accessors. | Dan Gohman | 2008-11-13 | 7 | -47/+55 |
* | Change ScheduleDAG's DAG member from a reference to a pointer, to prepare | Dan Gohman | 2008-11-13 | 7 | -50/+50 |
* | Add files to VC++ projects. | Steve Naroff | 2008-11-13 | 3 | -31/+39 |
* | Don't forget to emit stubs for function GV's emitted in CONSTPOOL_ENTRY's. | Evan Cheng | 2008-11-13 | 1 | -3/+10 |
* | LLVM can generate native code for amd64 on "Linux". | Dan Gohman | 2008-11-13 | 1 | -1/+1 |
* | Use find_first/find_next to iterate through all the set bits in a | Dan Gohman | 2008-11-13 | 2 | -12/+11 |
* | Fix to record comparator to make it work for return values > 1. | Bill Wendling | 2008-11-13 | 1 | -1/+1 |
* | Put comma in correct place for call to StructType::get | Bill Wendling | 2008-11-13 | 1 | -2/+4 |
* | Modify the intrinsics pattern to separate out the "return" types from the | Bill Wendling | 2008-11-13 | 11 | -644/+782 |
* | fsub{d|s} encoding bugs. | Evan Cheng | 2008-11-13 | 1 | -2/+6 |
* | Missed a break statement. | Evan Cheng | 2008-11-13 | 1 | -0/+1 |
* | Fix pre- and post-indexed load / store encoding bugs. | Evan Cheng | 2008-11-13 | 4 | -70/+98 |
* | Refactor the code that does the type checking for intrinsics. | Bill Wendling | 2008-11-13 | 1 | -115/+132 |
* | Add Binary flag to raw_fd_ostream constructor. | Daniel Dunbar | 2008-11-13 | 4 | -6/+25 |
* | Added testcase for r59214. | Bill Wendling | 2008-11-13 | 1 | -0/+14 |