index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-06
[objc-arc] Refactor runtime entrypoint declaration entrypoint creation.
Michael Gottesman
1
-0
/
+178
2013-07-06
Fix language.
Nick Lewycky
1
-2
/
+1
2013-07-06
Fix annotation of unlink. Should fix builder.
Nick Lewycky
1
-1
/
+1
2013-07-06
InstCombine: typo in or_icmp_eq_B_0_icmp_ult_A_B test
David Majnemer
1
-2
/
+2
2013-07-06
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
22
-83
/
+544
2013-07-05
Use modern API to avoid exposing LiveInterval internals.
Jakob Stoklund Olesen
1
-5
/
+3
2013-07-05
Remove dead function.
Jakob Stoklund Olesen
2
-31
/
+0
2013-07-05
Fix windows build.
Rafael Espindola
1
-1
/
+1
2013-07-05
[TRE] Combined another test into basic.ll
Michael Gottesman
2
-13
/
+1
2013-07-05
Remove unique_file now that it is unused.
Rafael Espindola
2
-47
/
+0
2013-07-05
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
9
-21
/
+60
2013-07-05
[TRE] Merged several tests into the the test basic.ll.
Michael Gottesman
5
-62
/
+58
2013-07-05
Use sys::fs::createTemporaryFile.
Rafael Espindola
6
-23
/
+20
2013-07-05
Add a higher level createTemporaryFile function.
Rafael Espindola
2
-0
/
+50
2013-07-05
ARM: Add a pack pattern for matching arithmetic shift right
Arnold Schwaighofer
2
-0
/
+13
2013-07-05
ARM: Fix incorrect pack pattern
Arnold Schwaighofer
2
-3
/
+18
2013-07-05
Remove a useless declarations (found by scan-build)
Sylvestre Ledru
2
-2
/
+0
2013-07-05
[SystemZ] Remove no-op MVCs
Richard Sandiford
5
-1
/
+134
2013-07-05
[SystemZ] Remove redundant frame MMOs
Richard Sandiford
1
-24
/
+4
2013-07-05
Fix double renaming bug in stack coloring pass
Richard Sandiford
2
-26
/
+117
2013-07-05
[SystemZ] Enable the use of MVC for frame-to-frame spills
Richard Sandiford
2
-39
/
+58
2013-07-05
[PowerPC] Add some special @got@tprel fixup cases
Ulrich Weigand
2
-0
/
+40
2013-07-05
[SystemZ] Allocate a second register scavenging slot
Richard Sandiford
9
-310
/
+314
2013-07-05
Don't create an archive if, for example, we are asked to print the index.
Rafael Espindola
2
-2
/
+36
2013-07-05
[SystemZ] Clean up register scavenging code
Richard Sandiford
6
-62
/
+29
2013-07-05
Use simpler version of exists.
Rafael Espindola
1
-2
/
+1
2013-07-05
[PowerPC] Make test case buildable with GNU as
Ulrich Weigand
1
-12
/
+7
2013-07-05
[PowerPC] Support @tls in the asm parser
Ulrich Weigand
11
-24
/
+85
2013-07-05
Remove NoOperation.
Rafael Espindola
1
-5
/
+1
2013-07-05
Simplify code. No functionality change.
Benjamin Kramer
1
-7
/
+3
2013-07-05
PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.
Joey Gouly
2
-0
/
+11
2013-07-05
Don't treat bitcode files specially in llvm-ar.
Rafael Espindola
5
-34
/
+2
2013-07-05
Use the raw member names in Archive::Archive.
Rafael Espindola
2
-15
/
+11
2013-07-05
Add a --crash option to not.
Rafael Espindola
1
-2
/
+21
2013-07-05
InstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1)
David Majnemer
2
-1
/
+39
2013-07-04
Remove use of asymmetric std::lower_bound comparator.
Ahmed Bougacha
2
-12
/
+23
2013-07-04
DebugInfo: Consider global variables without locations to be valid
David Blaikie
2
-3
/
+38
2013-07-04
Use a OwningPtr instead of a manual delete.
Rafael Espindola
1
-5
/
+3
2013-07-04
Initialize object file info before output streamer
Nico Rieck
1
-2
/
+2
2013-07-04
MC: Add .section directive to COFF
Nico Rieck
4
-2
/
+350
2013-07-04
InstCombine: Reimplementation of visitUDivOperand
David Majnemer
2
-57
/
+139
2013-07-04
Add support for archives with no symbol table or string table.
Rafael Espindola
3
-1
/
+6
2013-07-04
Fix leak. Should bring back the valgrind bot.
Rafael Espindola
1
-0
/
+1
2013-07-04
[PowerPC] Implement writeNopData
Ulrich Weigand
2
-4
/
+17
2013-07-04
Add 'not' in front of a command that is expected to fail.
Rafael Espindola
1
-1
/
+1
2013-07-04
Changing long to int for consistency.
Aaron Ballman
1
-1
/
+1
2013-07-04
Remove an unneeded call to 'UpdateThumbVFPPredicate', spotted by Amaury.
Joey Gouly
1
-1
/
+0
2013-07-04
Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...
Joey Gouly
6
-2
/
+137
2013-07-04
[PowerPC] Add all trap mnemonics
Ulrich Weigand
3
-2
/
+180
2013-07-04
[PowerPC] Add asm parser support for CR expressions
Ulrich Weigand
3
-6
/
+183
[prev]
[next]