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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the test so that we can add additional vectors-of-pointers tests
Nadav Rotem
2012-12-18
1
-0
/
+0
*
SROA: Replace calls to getScalarSizeInBits to DataLayout's API because
Nadav Rotem
2012-12-18
2
-6
/
+31
*
llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.
NAKAMURA Takumi
2012-12-18
1
-1
/
+1
*
Initialize NoRedZone and remove unused default values.
Rafael Espindola
2012-12-18
1
-3
/
+4
*
Cleanup comment and formatting
Eli Bendersky
2012-12-18
1
-5
/
+3
*
Repair bundles that were broken by removing and reinserting the first
Jakob Stoklund Olesen
2012-12-18
1
-1
/
+8
*
Formatting.
Eric Christopher
2012-12-18
1
-1
/
+1
*
Add support for passing -main-file-name all the way through to
Eric Christopher
2012-12-18
7
-2
/
+47
*
Cleanup formatting and whitespace.
Eric Christopher
2012-12-18
1
-9
/
+10
*
Extract a method, no functional change intended.
Jakob Stoklund Olesen
2012-12-18
1
-31
/
+35
*
Tighten up the erase/remove API for bundled instructions.
Jakob Stoklund Olesen
2012-12-17
4
-74
/
+95
*
EmitDebugLabel should by default be the same as EmitLabel everywhere.
Reed Kotler
2012-12-17
1
-0
/
+5
*
fix indentation
Eli Bendersky
2012-12-17
1
-1
/
+1
*
[arm fast-isel] Minor cleanup. No functional change intended.
Chad Rosier
2012-12-17
1
-10
/
+6
*
Fix some integer constant warnings by using a suffix
Nick Kledzik
2012-12-17
1
-7
/
+7
*
Add a triple to this test -- it has to be an ELF platform...
Chandler Carruth
2012-12-17
1
-1
/
+1
*
Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the
Chandler Carruth
2012-12-17
5
-4
/
+30
*
re-enable test cases now that traits work with g++. Fix some g++ warnings
Nick Kledzik
2012-12-17
1
-12
/
+7
*
Remove trailing whitespace
Michael Ilseman
2012-12-17
2
-9
/
+9
*
Removed trailing whitespace
Michael Ilseman
2012-12-17
1
-22
/
+22
*
[arm fast-isel] Fast-isel only handles simple VTs, so make sure the necessary
Chad Rosier
2012-12-17
1
-10
/
+20
*
Use different trait techniques to be compatible with g++
Nick Kledzik
2012-12-17
1
-26
/
+41
*
Fix another SROA crasher, PR14601.
Chandler Carruth
2012-12-17
2
-1
/
+16
*
Query section for whether it should be executable.
Tim Northover
2012-12-17
1
-5
/
+3
*
Teach MachO which sections contain code
Tim Northover
2012-12-17
5
-3
/
+10
*
[msan] Fix lint warning.
Evgeniy Stepanov
2012-12-17
1
-1
/
+2
*
Add instruction encodings / disassembly support for l2r instructions.
Richard Osborne
2012-12-17
4
-33
/
+144
*
R600: enable S_*N2_* instructions
Tom Stellard
2012-12-17
1
-4
/
+4
*
R600: BB operand support for SI
Tom Stellard
2012-12-17
4
-4
/
+27
*
R600: remove nonsense setPrefLoopAlignment
Tom Stellard
2012-12-17
1
-1
/
+0
*
Teach the rewriting of memcpy calls to support subvector copies.
Chandler Carruth
2012-12-17
2
-40
/
+89
*
Revert/correct some FastISel changes in r170104 (EVT->MVT for
Patrik Hagglund
2012-12-17
2
-16
/
+25
*
Optimize tree walking in markAliveBlocks.
Evgeniy Stepanov
2012-12-17
1
-4
/
+3
*
Add instruction encodings for PEEK and ENDIN.
Richard Osborne
2012-12-17
2
-8
/
+14
*
Fix a secondary bug I introduced while fixing the first part of PR14478.
Chandler Carruth
2012-12-17
2
-23
/
+19
*
Fix parameter name in prototypes in XCoreDisassembler.
Richard Osborne
2012-12-17
1
-3
/
+3
*
Hoist a convertValue call to the two paths where it is needed.
Chandler Carruth
2012-12-17
1
-3
/
+4
*
Add instruction encodings / disassembly support for rus instructions.
Richard Osborne
2012-12-17
4
-19
/
+124
*
Hoist the insertVector helper to be a static helper.
Chandler Carruth
2012-12-17
1
-49
/
+62
*
Add instruction encodings for ZEXT and SEXT.
Richard Osborne
2012-12-17
2
-8
/
+14
*
Lift the extractVector helper all the way out to a static helper function.
Chandler Carruth
2012-12-17
1
-30
/
+32
*
Factor the vector load rewriting into a more generic form.
Chandler Carruth
2012-12-17
1
-16
/
+27
*
Add instruction encodings / disassembly support for 2r instructions.
Richard Osborne
2012-12-17
4
-70
/
+222
*
Add instruction encodings / disassembly support for 0r instructions.
Richard Osborne
2012-12-17
3
-9
/
+32
*
Simplify assertion in XCoreInstPrinter.
Richard Osborne
2012-12-17
1
-2
/
+3
*
Update comments to match recommended doxygen style.
Richard Osborne
2012-12-17
4
-16
/
+17
*
Remove unnecessary include.
Richard Osborne
2012-12-17
1
-1
/
+0
*
Fix typo that results in new landing pads not getting a name, fixing PR14617.
Duncan Sands
2012-12-17
1
-1
/
+1
*
Fix comment typo.
Duncan Sands
2012-12-17
1
-1
/
+1
*
Remove EFLAGS from the BLSI/BLSMSK/BLSR patterns. The nodes created by DAG co...
Craig Topper
2012-12-17
1
-11
/
+11
[next]