aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Replace FIRST_* and LAST_* macros with a generic STMT_RANGE macroSean Hunt2010-05-181-20/+27
* Added a QQQQ register file to model 4-consecutive Q registers.Evan Cheng2010-05-141-0/+1
* Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri...Evan Cheng2010-05-131-0/+1
* Update tablegen to generate shorts instead of chars for subgroup arrays.Chandler Carruth2010-05-131-1/+1
* lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with theDaniel Dunbar2010-05-121-0/+7
* lit: Fix OneCommandPerFileTest format when tests are specified directly.Daniel Dunbar2010-05-121-1/+3
* lit: Add support for 'lit ... @foo', which reads a list of tests to run fromDaniel Dunbar2010-05-121-1/+17
* Add initial kill flag support to FastISel.Dan Gohman2010-05-111-5/+5
* Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-112-0/+22
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-062-6/+3
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-061-2/+2
* Re-apply 103156 and 103157. 103156 didn't break anything. 10315 exposed a coa...Evan Cheng2010-05-061-2/+3
* Fix some stylistic issues with my last commit.Sean Hunt2010-05-062-78/+86
* Select an ARM-hosted cross build with a separate makefile target instead ofBob Wilson2010-05-052-29/+31
* Rearrange the suppressions files to be by-architecture instead of by-problem.Jeffrey Yasskin2010-05-053-23/+7
* Add a suppressions file for an intermittent "leak" under RegisterPass.Jeffrey Yasskin2010-05-051-0/+7
* lit: Allow test_format to be None.Daniel Dunbar2010-05-051-3/+4
* Add newline to end of file to avoid warningShantonu Sen2010-05-051-1/+1
* Include the right header for toupperSean Hunt2010-05-051-1/+1
* Add an emitter to handle the list of clang statement nodes.Sean Hunt2010-05-055-12/+182
* add the ability to associate 'category' names with clang diagnosticsChris Lattner2010-05-041-3/+118
* MC/Matcher: Add support for over-riding the default MatchInstruction functionDaniel Dunbar2010-05-041-4/+8
* Add a polygen rule that reflects the fact that nsw and nuw can beDan Gohman2010-05-041-1/+1
* Remove special case for llvmCore_Embedded project. This is no longer neededBob Wilson2010-05-031-5/+0
* Add a pseudo instruction REG_SEQUENCE that takes a list of registers andEvan Cheng2010-05-012-4/+10
* Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib;Bob Wilson2010-04-291-2/+0
* Add an option to the Apple-style build to control whether libLTO.dylib shouldBob Wilson2010-04-282-12/+24
* Undo most of my previous whitespace fix. I think I like it better this wayBob Wilson2010-04-281-3/+3
* Fix inconsistent use of HOSTS and TARGETS variables.Bob Wilson2010-04-281-3/+3
* Fix whitespace.Bob Wilson2010-04-281-4/+3
* Fixes to edis that mark x86 call targets asSean Callanan2010-04-231-2/+2
* When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrS...Johnny Chen2010-04-201-3/+6
* stop computing InstImpInputs, it is deadChris Lattner2010-04-202-17/+8
* DAGInstruction::ImpOperands is dead after my recent tblgen work, zap it.Chris Lattner2010-04-202-15/+4
* Make processor FUs unique for given itinerary. This extends the limit of 32Anton Korobeynikov2010-04-182-8/+30
* silence some -Wmissing-field-initializers warnings.Chris Lattner2010-04-181-2/+2
* Fix a bunch of namespace polution.Dan Gohman2010-04-151-2/+2
* Remove unnecessary uses of <iostream>.Daniel Dunbar2010-04-151-2/+2
* EDis: Don't include inttypes.h. We support compilers which don't provide it. ...Benjamin Kramer2010-04-141-2/+0
* Fix -Asserts warnings.Daniel Dunbar2010-04-131-0/+1
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-131-51/+53
* If all the bit positions are not specified; do not decode the instructions.Johnny Chen2010-04-092-9/+15
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-091-1/+2
* Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargetsBob Wilson2010-04-091-0/+2
* ARM decoder emitter should print out useful information unconditionally when itJohnny Chen2010-04-091-17/+19
* lit: Add support to OneCommandPerFileTest format to take input directory from...Daniel Dunbar2010-04-091-3/+9
* Now that Evan Cheng has fixed the coalescer bug (r100804), the workaround codeJohnny Chen2010-04-081-5/+1
* Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...Benjamin Kramer2010-04-081-2/+2
* Use errs instead of fprintf.Benjamin Kramer2010-04-081-5/+4
* Added support for ARM disassembly to edis.Sean Callanan2010-04-081-169/+410