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