index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge upstream to r134237 at Fri. 1st July 2011.
Nowar Gu
2011-07-01
20
-309
/
+550
|
\
|
*
Pseudo-ize the Thumb tTPsoft instruction.
Jim Grosbach
2011-06-30
1
-4
/
+0
|
*
Pseudo-ize the Thumb tPOP_RET instruction.
Jim Grosbach
2011-06-30
1
-2
/
+2
|
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
1
-6
/
+6
|
*
Remove redundant Thumb2 ADD/SUB SP instruction definitions.
Jim Grosbach
2011-06-29
1
-5
/
+1
|
*
ARM RSCS* don't need explicit TableGen decoder checks.
Jim Grosbach
2011-06-29
1
-4
/
+0
|
*
Refactor away tSpill and tRestore pseudos in ARM backend.
Jim Grosbach
2011-06-29
1
-3
/
+1
|
*
Change AsmName's type from StringRef to std::string. AsmName was pointing to ...
Francois Pichet
2011-06-29
1
-1
/
+1
|
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
2
-3
/
+3
|
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
1
-5
/
+3
|
*
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
1
-7
/
+7
|
*
Add MCInstrInfo registeration machinery.
Evan Cheng
2011-06-28
1
-1
/
+9
|
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
3
-11
/
+51
|
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
2
-37
/
+33
|
*
Alternative name enum should go into the enum portion.
Evan Cheng
2011-06-28
1
-14
/
+21
|
*
ARM Assembly support for Thumb mov-immediate.
Jim Grosbach
2011-06-27
1
-0
/
+1
|
*
Remove RCBarriers from TargetInstrDesc.
Evan Cheng
2011-06-27
2
-56
/
+1
|
*
Add support for alternative register names, useful for instructions whose ope...
Owen Anderson
2011-06-27
13
-53
/
+231
|
*
More refactoring. MC doesn't need know about subreg indices.
Evan Cheng
2011-06-27
2
-82
/
+85
|
*
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-27
3
-135
/
+165
|
*
Remove dead typedefs.
Evan Cheng
2011-06-25
1
-3
/
+0
|
*
Rename TargetRegisterDesc to MCRegisterDesc
Evan Cheng
2011-06-24
1
-2
/
+2
|
*
Revert "Shorten some ARM builtin names by removing unnecessary "neon" prefix."
Bob Wilson
2011-06-24
1
-6
/
+6
|
*
Shorten some ARM builtin names by removing unnecessary "neon" prefix.
Bob Wilson
2011-06-24
1
-6
/
+6
|
*
- Add MCRegisterInfo registration machinery. Also added x86 registration rout...
Evan Cheng
2011-06-24
1
-2
/
+2
|
*
Make the generated InitXXXMCRegisterInfo function "static inline", so it does...
Benjamin Kramer
2011-06-24
1
-1
/
+1
|
*
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-24
3
-78
/
+130
*
|
Fix source list of Android.mk.
Nowar Gu
2011-06-23
1
-0
/
+1
*
|
Merge upstream to r133679 at Thu. 23th Jun 2011.
Nowar Gu
2011-06-23
26
-135
/
+324
|
\
\
|
|
/
|
*
lit support for REQUIRES: asserts.
Andrew Trick
2011-06-22
2
-11
/
+2
|
*
Unbreak the CMake build
Francois Pichet
2011-06-21
1
-0
/
+1
|
*
Consolidate some TableGen diagnostic helper functions.
Jim Grosbach
2011-06-21
17
-40
/
+99
|
*
Skip fields that don't exist in the Register class.
Jakob Stoklund Olesen
2011-06-20
1
-1
/
+2
|
*
Add a RegisterTuples class to Target.td and TableGen.
Jakob Stoklund Olesen
2011-06-20
1
-1
/
+109
|
*
fix the varargs version of StructType::get to not require an LLVMContext, mak...
Chris Lattner
2011-06-18
1
-1
/
+1
|
*
Use the correct comparator to avoid depending on pointer values.
Jakob Stoklund Olesen
2011-06-18
1
-1
/
+2
|
*
Store CodeGenRegisters as pointers so they won't be reallocated.
Jakob Stoklund Olesen
2011-06-18
9
-71
/
+50
|
*
Remove MethodProtos/MethodBodies and allocation_order_begin/end.
Jakob Stoklund Olesen
2011-06-18
3
-5
/
+2
|
*
Provide AltOrders for specifying alternative allocation orders.
Jakob Stoklund Olesen
2011-06-18
3
-7
/
+59
*
|
Fix source list of Android.mk.
Nowar Gu
2011-06-20
1
-0
/
+2
*
|
Merge upstream to r133240 at Fri. 17th Jun 2011.
Nowar Gu
2011-06-20
61
-1149
/
+2408
|
\
\
|
|
/
|
*
Fix formatting.
Owen Anderson
2011-06-16
1
-1
/
+1
|
*
Prempt some obnoxious compiler from complaing about signed/unsigned
Jakob Stoklund Olesen
2011-06-16
1
-2
/
+2
|
*
Make sure to pass an unsigned to a printf format that is always %u.
Jakob Stoklund Olesen
2011-06-16
1
-1
/
+6
|
*
Add support to lit for build mode requirements. e.g.
Andrew Trick
2011-06-16
2
-2
/
+11
|
*
Add a new MVT::untyped. This will be used in future work for modelling ISA f...
Owen Anderson
2011-06-15
1
-0
/
+1
|
*
Update the Clang diagnostic emitter to emit IDs for diagnostic categories.
John McCall
2011-06-15
1
-1
/
+11
|
*
Add a new function attribute, nonlazybind, which inhibits lazy-loading
John McCall
2011-06-15
1
-0
/
+2
|
*
Replace the statically generated hashtables for checking register relationshi...
Owen Anderson
2011-06-15
1
-88
/
+1
|
*
Use a SetTheory instance to expand register lists in register classes.
Jakob Stoklund Olesen
2011-06-15
2
-5
/
+13
[next]