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
*
Fix Android.mk.
Nowar Gu
2011-07-16
1
-0
/
+1
*
Merge upstream to r135343 at Sat. 16th July 2011.
Nowar Gu
2011-07-16
27
-240
/
+544
|
\
|
*
Revert r135319 in an attempt to get to unbreak testers.
Owen Anderson
2011-07-16
1
-1
/
+7
|
*
Make the disassembler able to disassemble a bunch of instructions with names ...
Eli Friedman
2011-07-16
2
-1
/
+27
|
*
Get rid of the separate opcodes for the Darwin versions of tBL, tBLXi, and tB...
Owen Anderson
2011-07-15
1
-7
/
+1
|
*
Have tblgen produce code that tolerates operands that return an invalid match...
Kevin Enderby
2011-07-15
1
-0
/
+4
|
*
Eliminate "const" from extern const to fix breakeage since r135184 on msvc.
NAKAMURA Takumi
2011-07-15
3
-8
/
+8
|
*
Add a new field to MCOperandInfo that contains information about the type of ...
Benjamin Kramer
2011-07-14
3
-6
/
+20
|
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
3
-26
/
+41
|
*
though it isn't the case here, the key of a StringMap can
Chris Lattner
2011-07-14
1
-2
/
+2
|
*
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
Benjamin Kramer
2011-07-14
1
-1
/
+1
|
*
Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...
Owen Anderson
2011-07-13
1
-2
/
+4
|
*
struct Init -> class Init
David Greene
2011-07-13
4
-5
/
+6
|
*
Range checking for CDP[2] immediates.
Jim Grosbach
2011-07-13
1
-0
/
+2
|
*
Give the ARM BKPT instruction the right operand type.
Jim Grosbach
2011-07-13
1
-0
/
+1
|
*
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
31
-1712
/
+1002
|
*
Use get(0 Instead of Create()
David Greene
2011-07-11
6
-137
/
+137
|
*
struct Init -> class Init.
Evan Cheng
2011-07-11
3
-3
/
+3
|
*
Fix Build
David Greene
2011-07-11
1
-1
/
+1
|
*
[AVX] Make Inits Foldable
David Greene
2011-07-11
31
-998
/
+1708
|
*
Resynchronize EDInfo.h and EDEmitter.cpp.
Shantonu Sen
2011-07-11
1
-14
/
+13
|
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
1
-3
/
+4
|
*
lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warni...
NAKAMURA Takumi
2011-07-09
1
-1
/
+1
|
*
Fix dangling pointer.
Eli Friedman
2011-07-08
1
-1
/
+1
|
*
Fix a dangling reference. Patch by Dave Abrahams. pr10311
Evan Cheng
2011-07-08
1
-1
/
+2
|
*
TableGen'erated MC lowering for simple pseudo-instructions.
Jim Grosbach
2011-07-08
4
-0
/
+316
|
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
2
-8
/
+41
|
*
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
1
-14
/
+13
|
*
Add isCodeGenOnly value to the CodeGenInstruction class.
Jim Grosbach
2011-07-07
2
-0
/
+2
|
*
Typo.
Jim Grosbach
2011-07-06
1
-1
/
+1
|
*
Don't require pseudo-instructions to carry encoding information.
Jim Grosbach
2011-07-06
6
-7
/
+21
|
*
Allow tagless builds and fix debug build configuration.
David Greene
2011-07-06
1
-4
/
+18
|
*
Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo.
Evan Cheng
2011-07-06
1
-146
/
+6
|
*
Use subprocess.Popen instead of popen2 to stop a deprecation warning when run...
Jordy Rose
2011-07-02
1
-1
/
+1
*
|
Merge upstream to r134306 at Sat. 2nd July 2011.
Nowar Gu
2011-07-02
3
-72
/
+161
|
\
\
|
|
/
|
*
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
1
-3
/
+3
|
*
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
3
-73
/
+138
|
*
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-07-01
1
-1
/
+25
*
|
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
[next]